Trait type_operators::All [] [src]

pub trait All { }

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