Skip to main content

ApiRsmStateDb

Trait ApiRsmStateDb 

Source
pub trait ApiRsmStateDb: ValidatorRsmStateAsyncReader { }

Implementors§

Source§

impl<T> ApiRsmStateDb for T
where T: ValidatorRsmStateAsyncReader,

Available on crate feature rsm-state only.