CommentLinks

Trait CommentLinks 

Source
pub trait CommentLinks {
    // Required methods
    fn comment_links(&self) -> &CommentLinksT;
    fn comment_links_mut(&mut self) -> &mut CommentLinksT;
}

Required Methods§

Implementors§