๐ŸŒ US-Proxy
class="rustdoc-page">
Skip to main content

CmdResult

Type Alias CmdResult 

Source
pub type CmdResult = Result<()>;
Expand description

Return type for run_cmd!() macro.

Aliased Typeยง

pub enum CmdResult {
    Ok(()),
    Err(Error),
}

Variantsยง

ยง1.0.0

Ok(())

Contains the success value

ยง1.0.0

Err(Error)

Contains the error value