Trait hdk::random::TryFromRandom

source ·
pub trait TryFromRandom {
    // Required method
    fn try_from_random() -> ExternResult<Self>
       where Self: Sized;
}

Required Methods§

source

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

Implementors§