Trait SemanticContextInstruction

Source
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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§