Trait aterm::SharedATermFactory [] [src]

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

Required Methods

Implementors