Enum xrpl_hooks::error::Result[][src]

pub enum Result<T> {
    Ok(T),
    Err(i64),
}
Expand description

Simple version of Result type to comply XRPL Hooks Webassembly restrictions

Variants

Ok(T)

Tuple Fields of Ok

0: T
Err(i64)

Tuple Fields of Err

0: i64

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.