[][src]Trait spaik::chasm::ChASMOpName

pub trait ChASMOpName {
    fn dialect(&self) -> &'static str;
fn id(&self) -> u16;
fn from_num(num: u16) -> Result<Self, Error>
    where
        Self: Sized
;
fn from_str(s: &str) -> Option<Self>
    where
        Self: Sized
; }

Required methods

fn dialect(&self) -> &'static str[src]

fn id(&self) -> u16[src]

fn from_num(num: u16) -> Result<Self, Error> where
    Self: Sized
[src]

fn from_str(s: &str) -> Option<Self> where
    Self: Sized
[src]

Loading content...

Implementors

impl ChASMOpName for OpName[src]

Loading content...