1 2 3 4 5 6
pub struct CBaseRules; impl CBaseRules { pub const LINE_COMMENT: &'static str = "//"; pub const BLOCK_COMMENT: (&'static str, &'static str) = ("/*", "*/"); }