Trait relearn::cli::WithUpdate[][src]

pub trait WithUpdate<T> {
    fn with_update(self, source: T) -> Self;
}
Expand description

Can be updated from a value of type T.

Required methods

Apply an update from the given source value.

Implementors