Type Alias warg_client::ClientResult

source ·
pub type ClientResult<T> = Result<T, ClientError>;
Expand description

Represents the result of a client operation.

Aliased Type§

enum ClientResult<T> {
    // some variants omitted
}

Variants§