HermitStub

Trait HermitStub 

pub trait HermitStub: Stub<Req = HermitRequest, Resp = HermitResponse> { }
Expand description

The stub trait for service Hermit.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

§

impl<S> HermitStub for S
where S: Stub<Req = HermitRequest, Resp = HermitResponse>,