pub trait SelectError<Then, Else> {
type Out;
}Expand description
Select between two types based on Error capability.
Required Associated Types§
Implementors§
Source§impl<S, Then, Else> SelectError<Then, Else> for S
Available on crate feature std only.
impl<S, Then, Else> SelectError<Then, Else> for S
Available on crate feature
std only.