Trait pyenv_python::HasPython[][src]

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

Required methods

Implementors