Trait Unquote

Source
pub trait Unquote {
    // Required method
    fn unquote(&self) -> String;
}

Required Methods§

Source

fn unquote(&self) -> String

Implementations on Foreign Types§

Source§

impl Unquote for String

Source§

fn unquote(&self) -> String

Implementors§