pub trait HrpcLayerExt: Sized {
    fn into_hrpc_layer(self) -> HrpcLayer;
}
Expand description

Extension trait for HrpcLayer.

Required methods

Convert this into a HrpcLayer.

Implementors