pub fn widget<'a, T>( id: &CommentId, comment: &Comment<T>, profile: &Profile, ) -> VStack<'a>
Return a full comment widget as a term::Element.
term::Element