Type Alias IrohConnector

Source
pub type IrohConnector<S> = IrohConnector<<S as Service>::Res, <S as Service>::Req>;
Available on crate feature iroh-transport only.
Expand description

An iroh connector for the given Service

Aliased Typeยง

struct IrohConnector<S> { /* private fields */ }