Type Definition trussed::client::ClientResult

source · []
pub type ClientResult<'c, T, C> = Result<FutureResult<'c, T, C>, ClientError>;