Trait Alias enso_prelude::PhantomInto[][src]

trait PhantomInto<T> where
    PhantomData<Self>: Into<T>, 
= ;
Expand description

Like Into but for phantom types.