Enum glib::translate::GlibNoneOrInvalidError [−][src]
pub enum GlibNoneOrInvalidError<I: Error> { Invalid(I), None, }
Expand description
Error type for TryFromGlib
when the Glib value can be None or invalid.
Variants
Implementations
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<I> RefUnwindSafe for GlibNoneOrInvalidError<I> where
I: RefUnwindSafe,
impl<I> Send for GlibNoneOrInvalidError<I> where
I: Send,
impl<I> Sync for GlibNoneOrInvalidError<I> where
I: Sync,
impl<I> Unpin for GlibNoneOrInvalidError<I> where
I: Unpin,
impl<I> UnwindSafe for GlibNoneOrInvalidError<I> where
I: UnwindSafe,