Struct aterm::rc::ATermFactory [] [src]

pub struct ATermFactory<'s, B> { /* fields omitted */ }

Methods

impl<'s, B> ATermFactory<'s, B>
[src]

Trait Implementations

impl<'s, B: Default> Default for ATermFactory<'s, B>
[src]

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

impl<'s, B: Debug> Debug for ATermFactory<'s, B>
[src]

Formats the value using the given formatter.

impl<'s, B: Clone> ATermFactory<B, &'s str> for ATermFactory<'s, B>
[src]

The ATerm the factory builds

The reference to an ATerm that's returned. You usually want these to be cheaply cloneable!

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

The tuple in ATerms is represented as an application with an empty constructor string!

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

The tuple in ATerms is represented as an application with an empty constructor string!