[][src]Trait structural::structural_aliases::OptionMove_ESI

pub trait OptionMove_ESI<T>: OptionMove_SI<T> + VariantCount<Count = TStr<__TS<(__2,)>>> { }

Structural alias for Option-like enums. With shared,and by value access.

A subtrait of OptionMove_SI with the additional requirement that the names and amount of variants must match exactly.

Implementors

impl<T, __This: ?Sized> OptionMove_ESI<T> for __This where
    __This: OptionMove_SI<T> + VariantCount<Count = TStr<__TS<(__2,)>>>, 
[src]

Loading content...