Skip to main content

State

Trait State 

Source
pub trait State: Sealed {
    type CreatedAt;
    type Active;
    type Id;
    type Url;
    type Events;
}
Expand description

State trait tracking which required fields have been set

Required Associated Types§

Implementors§