Skip to main content

CdrVersion

Type Alias CdrVersion 

Source
pub type CdrVersion<'buf> = Version<VersionedJson<'buf>, Unversioned<'buf>>;
Expand description

The result of calling cdr::infer_version.

Aliased Type§

pub enum CdrVersion<'buf> {
    Certain(VersionedJson<'buf>),
    Uncertain(Unversioned<'buf>),
}

Variants§

§

Certain(VersionedJson<'buf>)

The version of the object V is certain.

§

Uncertain(Unversioned<'buf>)

The version of the object U is uncertain.