Trait spaik::AsSym

source ·
pub trait AsSym {
    // Required method
    fn as_sym(&self, vm: &mut R8VM) -> SymID;
}

Required Methods§

source

fn as_sym(&self, vm: &mut R8VM) -> SymID

Implementations on Foreign Types§

source§

impl AsSym for &str

source§

fn as_sym(&self, vm: &mut R8VM) -> SymID

Implementors§