Type Definition fuel_asm::Word

source ·
pub type Word = u64;
Expand description

Register value type

Trait Implementations§

source§

impl From<InstructionResult> for Word

source§

fn from(r: InstructionResult) -> Word

Converts to this type from the input type.