pub trait ContextCurrentState: Debug + Clone { }
Expand description

A trait implemented on both NotCurrent and PossiblyCurrent.

Object Safety§

This trait is not object safe.

Implementors§