sway_core::language::ty

Trait FunctionSignature

Source
pub trait FunctionSignature {
    // Required methods
    fn parameters(&self) -> &Vec<TyFunctionParameter>;
    fn return_type(&self) -> &TypeArgument;
}

Required Methods§

Implementors§