Struct aterm::boxed::shared::ATermFactory [] [src]

pub struct ATermFactory<B: Hash + Eq> { /* fields omitted */ }

Methods

impl<B: Hash + Eq> ATermFactory<B>
[src]

Trait Implementations

impl<B: Default + Hash + Eq> Default for ATermFactory<B>
[src]

Returns the "default value" for a type. Read more

impl<B: Debug + Hash + Eq> Debug for ATermFactory<B>
[src]

Formats the value using the given formatter.

impl<'a, B: Clone + Hash + Eq + 'a> ATermFactory<'a, B> for ATermFactory<B>
[src]

The string variant in ATerms is represented as an application with zero children!

The string variant in ATerms is represented as an application with zero children!

impl<'a, B: Clone + Hash + Eq + 'a> SharedATermFactory<'a, B> for ATermFactory<B>
[src]