Trait liter::table::HasCompositeKey
source · pub trait HasCompositeKey<K>: HasKey<Key = K, Marker = Many> { }Expand description
Alias for HasKey restricted to composite primary keys
Object Safety§
This trait is not object safe.