Trait Mutable

Source
pub trait Mutable: Send + Sync {
    type Error: Error + Send + Sync;
}

Required Associated Types§

Implementors§