pub trait OptionLike where
    Self: Sized
{ type SomeType; }

Required Associated Types

Implementors