Trait sxpres::IsComment

source ·
pub trait IsComment {
    // Required method
    fn is_comment(&self) -> bool;
}
Expand description

Recognise a comment line.

Required Methods§

source

fn is_comment(&self) -> bool

Implementations on Foreign Types§

source§

impl IsComment for String

Implementors§