referrerpolicy=no-referrer-when-downgrade

StatementStoreApi

Trait StatementStoreApi 

Source
pub trait StatementStoreApi: StatementStore + StatementStoreSubscriptionApi { }
Expand description

Trait alias for statement store API required by the RPC.

Implementors§

Source§

impl<T> StatementStoreApi for T
where T: StatementStore + StatementStoreSubscriptionApi,