Type Alias DefaultValue

Source
pub type DefaultValue<T1, T2> = PairValue<T1, T2>;

Aliased Type§

struct DefaultValue<T1, T2>(pub T1, pub T2);

Fields§

§0: T1§1: T2