Skip to main content

NumeratorState

Trait NumeratorState 

Source
pub trait NumeratorState:
    Clone
    + Debug
    + Encode
    + for<'a> Decode<GammaLoopContextContainer<'a>> {
    // Required methods
    fn export(&self) -> String;
    fn forget_type(self) -> PythonState;
    fn update_model(&mut self, model: &Model) -> Result<()>;
}

Required Methods§

Source

fn export(&self) -> String

Source

fn forget_type(self) -> PythonState

Source

fn update_model(&mut self, model: &Model) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§