State

Trait State 

Source
pub trait State: Sealed {
    type Snapshot;
    type Root;
    type Doc;
}
Expand description

State trait tracking which required fields have been set

Required Associated Types§

Implementors§