pub type Resolver<T> = <T as Archive>::Resolver;
Alias for the resolver for some Archive type.
Archive
This can be useful for reducing the lengths of type definitions.