State

Trait State 

Source
pub trait State { }
Expand description

States that a Card can be in.

See the implementations for more detail.

Implementors§

Source§

impl State for Admin<'_, '_>

Source§

impl State for Open

Source§

impl State for Sign<'_, '_>

Source§

impl State for Transaction<'_>

Source§

impl State for User<'_, '_>