Enum wasm_wrapper_gen_shared::SupportedRetType [] [src]

pub enum SupportedRetType {
    IntegerVec(SupportedCopyTy),
    Integer(SupportedCopyTy),
    Unit,
}

Variants

Methods

impl SupportedRetType
[src]

[src]

[src]

Trait Implementations

impl ToTokens for SupportedRetType
[src]

[src]

Write self to the given Tokens. Read more