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