Skip to main content

BuildId

Type Alias BuildId 

Source
pub type BuildId = Option<&'static [u8]>;
Expand description

Platform-specific build identifier, changes on rebuild

Aliased Type§

pub enum BuildId {
    None,
    Some(&'static [u8]),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(&'static [u8])

Some value of type T.