Function puff_rs::errors::to_py_error

source ·
pub fn to_py_error<T>(_label: &str, r: PuffResult<T>) -> PyResult<T>
Expand description

Convert a PuffError to a PyError