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

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§