Trait kas::updatable::UpdatableAll[][src]

pub trait UpdatableAll<K, M>: RecursivelyUpdatable + UpdatableHandler<K, M> { }
Expand description

Bound over all other “updatable” traits

This is intended for usage as a bound where Updatable, RecursivelyUpdatable and UpdatableHandler implementations are all required. It is automatically implemented when all these traits are.

Implementors