Trait Alias enso_prelude::RefInto[][src]

trait RefInto<T> where
    &'t Self: Into<T>, 
= ;
Expand description

Alias for for<'t> &'t Self : Into<T>.