Skip to main content

FixedSingletonEntry

Type Alias FixedSingletonEntry 

Source
pub type FixedSingletonEntry<T> = OptionEntry<T, T>;
Expand description

A singleton entry whose value is a fixed generic type T.

Aliased Typeยง

pub struct FixedSingletonEntry<T> { /* private fields */ }