[][src]Trait wat_ast::AsAtoms

pub trait AsAtoms {
    pub fn as_atoms(&self) -> Vec<Atom>;
}

Required methods

pub fn as_atoms(&self) -> Vec<Atom>[src]

Loading content...

Implementations on Foreign Types

impl AsAtoms for String[src]

impl<T: AsAtoms + Clone> AsAtoms for Option<T>[src]

Loading content...

Implementors

impl AsAtoms for Index[src]

impl AsAtoms for ValueType[src]

impl AsAtoms for Indexes[src]

impl AsAtoms for Integer[src]

impl AsAtoms for NamedValueType[src]

impl AsAtoms for NumericIndex[src]

impl AsAtoms for SymbolicIndex[src]

Loading content...