[][src]Trait rust_cef::ToCef

pub trait ToCef<T: Error> {
    fn to_cef(&self) -> Result<String, T>;
}

Required methods

fn to_cef(&self) -> Result<String, T>

Loading content...

Implementors

Loading content...