Enum rkyv::with::AsStringError [−][src]
pub enum AsStringError {
InvalidUTF8,
}Expand description
Errors that can occur when serializing a AsString wrapper.
Variants
InvalidUTF8
The OsString or PathBuf was not valid UTF-8.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AsStringError
impl Send for AsStringError
impl Sync for AsStringError
impl Unpin for AsStringError
impl UnwindSafe for AsStringError
Blanket 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