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

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

Conversion to SType

Required methods

pub 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]

Loading content...

Implementors

impl LiftIntoSType for SigmaBoolean[src]

impl LiftIntoSType for SigmaProofOfKnowledgeTree[src]

impl LiftIntoSType for ErgoBox[src]

impl LiftIntoSType for EcPoint[src]

impl LiftIntoSType for ProveDlog[src]

impl LiftIntoSType for SigmaProp[src]

Loading content...