Trait HasPython

Source
pub trait HasPython {
    // Required methods
    fn python(&self) -> &PythonExecutable;
    fn into_python(self) -> PythonExecutable;
}

Required Methods§

Implementors§