pub trait Types: Default {
type Decoder: Types;
type Fragment: Vec<u8>;
type URType: Vec<u8>;
}Expand description
Types for BaseDecoder.
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.