[−][src]Trait numpy::error::IntoPyResult
Associated Types
type ValueType
Required methods
fn into_pyresult(self) -> PyResult<Self::ValueType>
fn into_pyresult_with<D: Display>(
self,
_: impl FnOnce() -> D
) -> PyResult<Self::ValueType>
self,
_: impl FnOnce() -> D
) -> PyResult<Self::ValueType>
Implementations on Foreign Types
impl<T, E: IntoPyErr> IntoPyResult for Result<T, E>[src]
type ValueType = T
fn into_pyresult(self) -> PyResult<Self::ValueType>[src]
fn into_pyresult_with<D: Display>(
self,
msg: impl FnOnce() -> D
) -> PyResult<Self::ValueType>[src]
self,
msg: impl FnOnce() -> D
) -> PyResult<Self::ValueType>