Trait Alias enso_prelude::BiInto[][src]

trait BiInto<T> = Sized + Into<T> + IntoSelfFrom<T>;
Expand description

Can be transformed from and into.