pub type BuildId = Option<&'static [u8]>;
Platform-specific build identifier, changes on rebuild
pub enum BuildId { None, Some(&'static [u8]), }
No value.
Some value of type T.
T