Trait wasm_bindgen::convert::OptionFromWasmAbi
source · pub trait OptionFromWasmAbi: FromWasmAbi {
// Required method
fn is_none(abi: &Self::Abi) -> bool;
}
Expand description
Required Methods§
Object Safety§
This trait is not object safe.