Type Definition rkyv::Resolver[][src]

pub type Resolver<T> = <T as Archive>::Resolver;
Expand description

Alias for the resolver for some Archive type.

This can be useful for reducing the lengths of type definitions.