[][src]Trait qwutils::from_into::FromInto

pub trait FromInto<T> {
    pub fn qfrom(t: T) -> Self;
pub fn qinto(self) -> T; }

Required methods

pub fn qfrom(t: T) -> Self[src]

pub fn qinto(self) -> T[src]

Loading content...

Implementors

impl<T, U> FromInto<U> for T where
    T: From<U> + Into<U>, 
[src]

Loading content...