pub trait NativeModel {
    fn model_get(&self, key: &str) -> Result<Object, RuntimeError>;
}

Required Methods

Implementors