Trait sql::query_model::attribute::core::AttributeKey[][src]

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

A trait sets an attribute Value type.

Associated Types

Implementors