pub trait QueryableContextType: FrameableContextType { }
Expand description

A trait marker for context types for which it is safe to open queries and create new term refs.

Implementors§