[][src]Trait lightbeam::Signature

pub trait Signature {
    type Type: SigType;
    fn params(&self) -> &[Self::Type];
fn returns(&self) -> &[Self::Type]; }

Associated Types

type Type: SigType

Loading content...

Required methods

fn params(&self) -> &[Self::Type]

fn returns(&self) -> &[Self::Type]

Loading content...

Implementations on Foreign Types

impl Signature for CraneliftSignature[src]

type Type = AbiParam

impl Signature for FuncType[src]

type Type = Type

Loading content...

Implementors

Loading content...