Enum wiggle_generate::config::Asyncness [−][src]
pub enum Asyncness {
Sync,
Blocking,
Async,
}
Variants
Wiggle function is synchronous, wasmtime Func is synchronous
Wiggle function is asynchronous, but wasmtime Func is synchronous
Wiggle function and wasmtime Func are asynchronous.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Asyncness
impl UnwindSafe for Asyncness
Blanket Implementations
Mutably borrows from an owned value. Read more