Skip to main content
AutoOr_Base
boot_
options
Auto
Or_
Base
Aliased Type
Variants
None
Some
In crate boot_
options
boot_options
Type Alias
Auto
Or_
Base
Copy item path
Source
pub type AutoOr_Base<T> =
Optional
<T>;
Aliased Type
§
#[repr(u64)]
pub enum AutoOr_Base<T> { None, Some(T), }
Variants
§
§
None
§
Some(T)