Trait ergo_lib::types::stype::LiftIntoSType[][src]

pub trait LiftIntoSType {
    fn stype() -> SType;
}

Conversion to SType

Required methods

fn stype() -> SType[src]

get SType

Loading content...

Implementations on Foreign Types

impl<T: LiftIntoSType> LiftIntoSType for Vec<T>[src]

impl LiftIntoSType for bool[src]

impl LiftIntoSType for i8[src]

impl LiftIntoSType for i16[src]

impl LiftIntoSType for i32[src]

impl LiftIntoSType for i64[src]

impl<T: LiftIntoSType> LiftIntoSType for Option<T>[src]

impl<TupleElement0: LiftIntoSType, TupleElement1: LiftIntoSType> LiftIntoSType for (TupleElement0, TupleElement1)[src]

impl<TupleElement0: LiftIntoSType, TupleElement1: LiftIntoSType, TupleElement2: LiftIntoSType> LiftIntoSType for (TupleElement0, TupleElement1, TupleElement2)[src]

impl<TupleElement0: LiftIntoSType, TupleElement1: LiftIntoSType, TupleElement2: LiftIntoSType, TupleElement3: LiftIntoSType> LiftIntoSType for (TupleElement0, TupleElement1, TupleElement2, TupleElement3)[src]

Loading content...

Implementors

Loading content...