Trait aterm::SharedATermFactory [] [src]

pub trait SharedATermFactory<B, S>: ATermFactory<B, S> {
    fn get_shared(&self, value: Self::ATermRef) -> Self::ATermRef
    where
        Self::ATermRef: Clone,
        B: Clone
; }

Required Methods

Implementors