Trait All

Source
pub trait All { }
Expand description

The All trait provides a workaround to the current parsing problem of a lack of truly unbounded type operator arguments. It’s implemented for all types.

Implementors§

Source§

impl<T: ?Sized> All for T