Enum t_rust_less_lib::api_capnp::option::Which [−][src]
pub enum Which<A0> { Some(A0), None(()), }
Variants
None(())
Auto Trait Implementations
impl<A0> RefUnwindSafe for Which<A0> where
A0: RefUnwindSafe,
impl<A0> UnwindSafe for Which<A0> where
A0: UnwindSafe,