CefResult

Type Alias CefResult 

Source
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),
}

Variants§

§1.0.0

Ok(String)

Contains the success value

§1.0.0

Err(CefConversionError)

Contains the error value