Struct efficient_enum::option::EfficientOptionTupleInnerNone [] [src]

pub struct EfficientOptionTupleInnerNone<'a, A: 'a, B: 'a, TM: 'a = TagMSB>(_)
where
    A: TaggableValue<TM, Two>
;

A helper type useful for accessing the lack of data or replacing it with nothing without having to use unwraps.

Methods

impl<'a, TM, A, B> EfficientOptionTupleInnerNone<'a, A, B, TM> where
    A: TaggableValue<TM, Two>, 
[src]

Clones the A value

Adds a B value

Maps the A value to a result