Trait bitsy_parser::Quote[][src]

pub trait Quote {
    fn quote(&self) -> String;
}

Required methods

Implementations on Foreign Types

Implementors