Type Alias Resolver
pub type Resolver<T> = <T as Archive>::Resolver;
Available on crate feature
dep_rkyv
only.Expand description
Alias for the resolver for some Archive
type.
This can be useful for reducing the lengths of type definitions.