Struct rkyv::Infallible [−][src]
pub struct Infallible;
Expand description
A fallible type that cannot produce errors.
This type can be used to serialize and deserialize types that cannot fail to serialize or deserialize.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Infallibleimpl Send for Infallibleimpl Sync for Infallibleimpl Unpin for Infallibleimpl UnwindSafe for InfallibleBlanket Implementations
type ArchivedMetadata = ()
type ArchivedMetadata = ()The archived version of the pointer metadata for this type.
Converts some archived metadata to the pointer metadata for itself.
Mutably borrows from an owned value. Read more
impl<F, W, T, D> Deserialize<With<T, W>, D> for F where
D: Fallible + ?Sized,
F: ?Sized,
W: DeserializeWith<F, T, D>,
impl<F, W, T, D> Deserialize<With<T, W>, D> for F where
D: Fallible + ?Sized,
F: ?Sized,
W: DeserializeWith<F, T, D>,