[][src]Trait tuplex::Convert

pub trait Convert {
    type Output;
    fn convert(self) -> Self::Output;
}

Converts to another type. The purpose of this trait is for implementing ConvertTuple.

Associated Types

type Output

Loading content...

Required methods

fn convert(self) -> Self::Output

Loading content...

Implementors

Loading content...