Skip to main content

KpOwned

Type Alias KpOwned 

Source
pub type KpOwned<R, V> = Kp<R, V, R, V, R, V, fn(R) -> Option<V>, fn(R) -> Option<V>>;
Expand description

Kp will force dev to create get and set while root and value both will be owned

Aliased Typeยง

pub struct KpOwned<R, V> { /* private fields */ }