pub type TargetHandlerSendCommandResult = Result<(), TargetPassthroughError>;

Aliased Type§

enum TargetHandlerSendCommandResult {
    Ok(()),
    Err(TargetPassthroughError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(TargetPassthroughError)

Contains the error value