[][src]Type Definition async_jsonrpc_client::NotificationStream

type NotificationStream<T> = BoxStream<'static, T>;

The type of stream pub-sub transport returns.