pub trait Inner: Sized {
type StandardTag: Standard;
type Builder: Inner<Self>;
}
Expand description
An inner SAM header record map value.
Required Associated Types§
Sourcetype StandardTag: Standard
type StandardTag: Standard
The standard tag type.
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.