Trait sda_server::stores::BaseStore [] [src]

pub trait BaseStore: Sync + Send {
    fn ping(&self) -> SdaServerResult<()>;
}

Required Methods

Implementors