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.
macro_rules! ref_fn {
($vis:vis fn $name:ident(&self$(, )?$($arg_name:ident: $arg:ty),*) -> $ret:ty) => { ... };
}
Forward the Comments function implementation to the CommentsRef reference type.