fuel_asm

Type Alias 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.