Skip to main content

StateBackend

Trait StateBackend 

Source
pub trait StateBackend:
    StateBackendCore
    + StateBackendQuery
    + StateBackendRunner { }
Expand description

State backend interface — persistence of invocations and results.

Mirrors pynenc’s BaseStateBackend. This is a composite trait combining three sub-traits:

Implementations should implement the sub-traits directly. This supertrait is auto-implemented via a blanket impl.

Implementors§