Skip to main content

UnitState

Trait UnitState 

Source
pub trait UnitState: StateMarker<Data = ()> { }
Expand description

A generated state marker with no payload.

Implemented for unit state variants like Draft or Published.

Implementorsยง