Trait ToPyResult

Source
pub trait ToPyResult {
    // Required method
    fn to_pyresult(self, vm: &VirtualMachine) -> PyResult;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<T, E> ToPyResult for Result<T, E>

Implementors§