Enum solang_parser::lexer::CommentType [−][src]
pub enum CommentType {
Line,
Block,
}
Variants
Line
Block
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CommentType
impl Send for CommentType
impl Sync for CommentType
impl Unpin for CommentType
impl UnwindSafe for CommentType
Blanket Implementations
Mutably borrows from an owned value. Read more