Trait rp2040_hal::typelevel::OptionT

source ·
pub trait OptionT: Sealed {
    const IS_SOME: bool;
}
Expand description

Type-level enum for Option.

Required Associated Constants§

source

const IS_SOME: bool

Is this Some or None ?

Object Safety§

This trait is not object safe.

Implementors§