[][src]Trait bitsy_parser::Quote

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

Required methods

fn quote(&self) -> String

Loading content...

Implementations on Foreign Types

impl Quote for String[src]

Loading content...

Implementors

Loading content...