Trait TryFromRandom

Source
pub trait TryFromRandom {
    // Required method
    fn try_from_random() -> Result<Self, WasmError>
       where Self: Sized;
}

Required Methods§

Source

fn try_from_random() -> Result<Self, WasmError>
where Self: Sized,

Implementors§