[][src]Type Definition serde_cef::CefResult

type CefResult<T> = Result<T, CefError>;

Alias for a Result with the error type CefError.