Enum rust_cef::CefConversionError [−][src]
pub enum CefConversionError {
Unexpected(String),
}Expand description
An error consistently used all code in this module and sub-modules.
May have structured errors, and arbitrary errors
are flagged as Unexpected(s) with the string s
containing the message.
Variants
Unexpected(String)Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CefConversionErrorimpl Send for CefConversionErrorimpl Sync for CefConversionErrorimpl Unpin for CefConversionErrorimpl UnwindSafe for CefConversionError