Struct fluid_parser::ast::Comment
source · pub struct Comment {
pub comment: String,
pub props: CommentProps,
}Fields§
§comment: String§props: CommentPropspub struct Comment {
pub comment: String,
pub props: CommentProps,
}comment: String§props: CommentProps