pub trait BalProvider {
// Required method
fn bal_store(&self) -> &BalStoreHandle;
}Expand description
Provider-side access to BAL storage.
Required Methods§
Sourcefn bal_store(&self) -> &BalStoreHandle
fn bal_store(&self) -> &BalStoreHandle
Returns the configured BAL store handle.