pub type ClientResponder = Box<dyn Send + Sync + FnOnce() -> Box<dyn RSocket>>;

Aliased Type§

struct ClientResponder(/* private fields */);