pub type EchoEchoMinimalWithErrorResult = Result<(), u32>;

Aliased Type§

enum EchoEchoMinimalWithErrorResult {
    Ok(()),
    Err(u32),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(u32)

Contains the error value