Trait type_operators::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> All for T