pub type CefResult = Result<String, CefConversionError>;Expand description
CefResult is the consistent result type used by all code in this module and sub-modules
Aliased Type§
pub enum CefResult {
Ok(String),
Err(CefConversionError),
}pub type CefResult = Result<String, CefConversionError>;CefResult is the consistent result type used by all code in this module and sub-modules
pub enum CefResult {
Ok(String),
Err(CefConversionError),
}