pub trait SemanticContextInstruction:
    Debug
    + Clone
    + PartialEq { }
Expand description

Semantic Context trait contains custom instruction implementation to flexibly extend context instructions. It represents ivs derided traits: Debug and Serialize + Deserialize

Object Safety§

This trait is not object safe.

Implementors§