pub trait BackingStore<S> { }Expand description
A marker trait which implies S can act as storage for a model.
A model or layout implements BackingStore<S> for each raw type S it can
be carried by. This is the sole gate on Color<S, M> construction.