pub trait KPWritable<R, V, MutRoot, MutValue> {
// Required method
fn set(&self, root: MutRoot) -> Option<MutValue>;
}Expand description
Mutable keypath surface: setter path (same closure as Kp::get_mut).
pub trait KPWritable<R, V, MutRoot, MutValue> {
// Required method
fn set(&self, root: MutRoot) -> Option<MutValue>;
}Mutable keypath surface: setter path (same closure as Kp::get_mut).