pub(crate) trait AttributeKey: Attribute {
    type Value: Send + Sync;
}
Expand description

A trait sets an attribute Value type.

Required Associated Types§

Implementors§