Trait std_reset::traits::of_to::To

source ·
pub trait To {
    // Required method
    fn to<I: Of<Self>>(self) -> I
       where Self: Sized;
}

Required Methods§

source

fn to<I: Of<Self>>(self) -> I
where Self: Sized,

Implementors§

source§

impl<F> To for F