[][src]Trait structural::structural_aliases::Result_ESI

pub trait Result_ESI<T, E>: Result_SI<T, E> + VariantCount<Count = TStr<__TS<(__2,)>>> { }

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

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

Implementors

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

Loading content...