forge_doc::parser::comment

Macro ref_fn

Source
macro_rules! ref_fn {
    ($vis:vis fn $name:ident(&self$(, )?$($arg_name:ident: $arg:ty),*) -> $ret:ty) => { ... };
}
Expand description

Forward the Comments function implementation to the CommentsRef reference type.