pub type TariffVersion<'buf> = Version<Versioned<'buf>, Unversioned<'buf>>;Expand description
The result of calling tariff::parse.
Aliased Type§
pub enum TariffVersion<'buf> {
Certain(Versioned<'buf>),
Uncertain(Unversioned<'buf>),
}Variants§
Certain(Versioned<'buf>)
The version of the object V is certain.
Uncertain(Unversioned<'buf>)
The version of the object U is uncertain.