pub trait TryFromRandom {
    fn try_from_random() -> ExternResult<Self>
    where
        Self: Sized
; }

Required methods

Implementors