QueryableState

Trait QueryableState 

Source
pub trait QueryableState: DocumentState { }
Expand description

Trait for states that support querying.

Both Queryable and Sealed states support querying operations.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§