Type Definition tokio_jsonrpc::server::BoxNotificationResult [] [src]

type BoxNotificationResult = Box<Future<Item = (), Error = ()>>;

A notification call result wrapping trait objects.