pub trait Supports<T> { }
Expand description

A trait that indicates that a particular type of queue supports a particular Capability.

Implementors