[][src]Type Definition sophia::term::StaticTerm

type StaticTerm = Term<&'static str>;

Convenient alias for a specialization of Term<T>.

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