Type Alias query_tests_setup::TxResult

source ·
pub type TxResult = Result<(), Error>;

Aliased Type§

enum TxResult {
    Ok(()),
    Err(Error),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(Error)

Contains the error value