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