saola-schema-ast 0.1.0

Abstract Syntax Tree representation for Prisma Schema Language
Documentation
1
2
3
4
#[derive(Debug, Clone, PartialEq)]
pub(crate) struct Comment {
    pub text: String,
}