Trait proto_vulcan::compound::CompoundTerm[][src]

pub trait CompoundTerm<U, E> where
    U: User,
    E: Engine<U>,
    Self: CompoundObject<U, E> + Sized
{ fn new_var(name: &'static str) -> Self;
fn new_wildcard() -> Self;
fn new_none() -> Self; }

Required methods

Implementors