Trait Mutable

Source
pub trait Mutable { }
Expand description

A marker trait which means that the log is mutable and can be modified.

Implementors§

Source§

impl<I, A, C> Mutable for ValueLog<I, A, C>

Source§

impl<T, I, A, C> Mutable for GenericValueLog<T, I, A, C>