Struct rkyv::ffi::CStringResolver [−][src]
pub struct CStringResolver { /* fields omitted */ }Expand description
The resolver for CString.
Auto Trait Implementations
impl RefUnwindSafe for CStringResolver
impl Send for CStringResolver
impl Sync for CStringResolver
impl Unpin for CStringResolver
impl UnwindSafe for CStringResolver
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