Enum sc2::ClientResult [] [src]

pub enum ClientResult {
    Success(ClientResponse),
    Timeout(Uuid),
}

the result of a transaction with the game instance

Variants

transaction succeeded

transaction timed out

Trait Implementations

impl Debug for ClientResult
[src]

[src]

Formats the value using the given formatter.