pub trait PusheratorList: Variadic { }
Expand description

A variadic list of Pusherators.

Implementations on Foreign Types§

source§

impl PusheratorList for ()

A variadic list of Pusherators.

source§

impl<T, __Rest: PusheratorList> PusheratorList for (T, __Rest)
where T: Pusherator,

A variadic list of Pusherators.

Implementors§