Struct twilight_model::util::image_hash::ImageHashParseError
source · [−]pub struct ImageHashParseError { /* private fields */ }Expand description
Parsing an image hash into an efficient storage format via
ImageHash::parse failed.
Implementations
Immutable reference to the type of error that occurred.
Consume the error, returning the source error if there is any.
Consume the error, returning the owned error type and the source error.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ImageHashParseError
impl Send for ImageHashParseError
impl Sync for ImageHashParseError
impl Unpin for ImageHashParseError
impl UnwindSafe for ImageHashParseError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more