pub type Comment = Component<PhantomData<CommentTag>, (), String>;Aliased Type§
pub struct Comment {
pub tag: PhantomData<CommentTag>,
pub attributes: (),
pub children: String,
}Fields§
§tag: PhantomData<CommentTag>§attributes: ()§children: String