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.
Object Safety§
This trait is not object safe.