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.