Skip to main content

KpRoot

Type Alias KpRoot 

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

Kp will force dev to create get and set while taking full ownership of the Root while returning Root as value.

Aliased Typeยง

pub struct KpRoot<R> { /* private fields */ }