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