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