[][src]Type Definition cxmr_rpc::SharedService

type SharedService<E> = Box<dyn Service<Error = E>>;

Shared service client type alias.