Type Alias scpi::error::Result

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

Useful alias of Result for SCPI operations

Aliased Type§

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

Variants§