Trait boolfuck::ToString [] [src]

pub trait ToString {
    fn to_string(&self) -> String;
}

Takes &self and creates a new independent string.

Required Methods

Implementors