Type Definition wamp_async::GenericFuture[][src]

type GenericFuture<'a> = Pin<Box<dyn Future<Output = Result<(), WampError>> + Send + 'a>>;

Future that can return success or an error