FutureResult

Type Alias FutureResult 

Source
pub type FutureResult<F, G> = Map<Either<Ready<Option<Response>>, FutureRpcResult<F, G>>, fn(Option<Response>) -> Option<String>>;
Expand description

A type representing future string response.

Aliased Typeยง

pub struct FutureResult<F, G> { /* private fields */ }