pub trait GenericTypeBounds { }
Expand description

Describe type bounds needed for any generic type in CGlue objects.

In this case, there are no bounds, but different crate features may impose different requirements.

Implementors§