[][src]Type Definition sophia_term::RcTerm

type RcTerm = Term<Rc<str>>;

Convenient alias for a specialization of Term<T>.

See module documentation for more detail on when to use it.