Type Alias fuel_asm::Word

source ·
pub type Word = u64;
Expand description

Register value type

Trait Implementations§

source§

impl From<PanicInstruction> for Word

source§

fn from(r: PanicInstruction) -> Word

Converts to this type from the input type.