Trait openvet_common::storage::StorageStub

source ·
pub trait StorageStub: Stub<Req = StorageRequest, Resp = StorageResponse> { }
Expand description

The stub trait for service Storage.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<S> StorageStub for S
where S: Stub<Req = StorageRequest, Resp = StorageResponse>,