Type Alias Comment

Source
pub type Comment = Comment;
👎Deprecated since 0.90.0: use encode::Comment

Aliased Type§

pub struct Comment {
    pub keyword: String,
    pub text: String,
}

Fields§

§keyword: String§text: String