Struct web_assembler::FuncType [] [src]

pub struct FuncType {
    pub params: Vec<ValueType>,
    pub ret: Option<ValueType>,
}

Fields

Trait Implementations

impl Debug for FuncType
[src]

[src]

Formats the value using the given formatter.

impl Clone for FuncType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Dump for FuncType
[src]

[src]