Type Alias devices::virtio::p9::P9Result

source ·
pub type P9Result<T> = Result<T, P9Error>;

Aliased Type§

enum P9Result<T> {
    Ok(T),
    Err(P9Error),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(P9Error)

Contains the error value