Skip to main content

Result_ESI

Trait Result_ESI 

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

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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

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