Type Alias vector::config::format::FormatHint

source ·
pub type FormatHint = Option<Format>;
Expand description

A type alias to better capture the semantics.

Aliased Type§

enum FormatHint {
    None,
    Some(Format),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Format)

Some value of type T.