noodles_sam::header::record::value::map

Trait Inner

Source
pub trait Inner: Sized {
    type StandardTag: Standard;
    type Builder: Inner<Self>;
}
Expand description

An inner SAM header record map value.

Required Associated Types§

Source

type StandardTag: Standard

The standard tag type.

Source

type Builder: Inner<Self>

The builder 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.

Implementors§