Trait noodles_sam::header::record::value::map::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.

Object Safety§

This trait is not object safe.

Implementors§