[][src]Type Definition wamp_async::GenericFuture

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

Future that can return success or an error