Trait lightbeam::Signature[][src]

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

Associated Types

Required methods

Implementations on Foreign Types

Implementors