Trait bitsy_parser::Unquote[][src]

pub trait Unquote {
    fn unquote(&self) -> String;
}

Required methods

Implementations on Foreign Types

Implementors