pub unsafe trait AnyBound<T: ?Sized>: Any { }
Expand description

This trait describes the Send + Sync bounds on the types of elements contained in the lists in this crate.

Implementors