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<'_, '_>