Type Definition pyo3::PyResult [−][src]
type PyResult<T> = Result<T, PyErr>;
Represents the result of a Python call.
Trait Implementations
impl<T> Into<PyResult<T>> for PyErr[src]
impl<T> Into<PyResult<T>> for PyErrConvert PyErr to PyResult<T>
impl<T> Into<PyResult<T>> for CancelledError[src]
impl<T> Into<PyResult<T>> for CancelledErrorimpl<T> Into<PyResult<T>> for InvalidStateError[src]
impl<T> Into<PyResult<T>> for InvalidStateErrorimpl<T> Into<PyResult<T>> for TimeoutError[src]
impl<T> Into<PyResult<T>> for TimeoutErrorimpl<T> Into<PyResult<T>> for IncompleteReadError[src]
impl<T> Into<PyResult<T>> for IncompleteReadErrorimpl<T> Into<PyResult<T>> for LimitOverrunError[src]
impl<T> Into<PyResult<T>> for LimitOverrunErrorimpl<T> Into<PyResult<T>> for QueueEmpty[src]
impl<T> Into<PyResult<T>> for QueueEmptyimpl<T> Into<PyResult<T>> for QueueFull[src]
impl<T> Into<PyResult<T>> for QueueFullimpl<T> Into<PyResult<T>> for herror[src]
impl<T> Into<PyResult<T>> for herrorimpl<T> Into<PyResult<T>> for gaierror[src]
impl<T> Into<PyResult<T>> for gaierrorimpl<T> Into<PyResult<T>> for timeout[src]
impl<T> Into<PyResult<T>> for timeoutimpl<T> Into<PyResult<T>> for BaseException[src]
impl<T> Into<PyResult<T>> for BaseExceptionimpl<T> Into<PyResult<T>> for Exception[src]
impl<T> Into<PyResult<T>> for Exceptionimpl<T> Into<PyResult<T>> for StopAsyncIteration[src]
impl<T> Into<PyResult<T>> for StopAsyncIterationimpl<T> Into<PyResult<T>> for StopIteration[src]
impl<T> Into<PyResult<T>> for StopIterationimpl<T> Into<PyResult<T>> for GeneratorExit[src]
impl<T> Into<PyResult<T>> for GeneratorExitimpl<T> Into<PyResult<T>> for ArithmeticError[src]
impl<T> Into<PyResult<T>> for ArithmeticErrorimpl<T> Into<PyResult<T>> for LookupError[src]
impl<T> Into<PyResult<T>> for LookupErrorimpl<T> Into<PyResult<T>> for AssertionError[src]
impl<T> Into<PyResult<T>> for AssertionErrorimpl<T> Into<PyResult<T>> for AttributeError[src]
impl<T> Into<PyResult<T>> for AttributeErrorimpl<T> Into<PyResult<T>> for BufferError[src]
impl<T> Into<PyResult<T>> for BufferErrorimpl<T> Into<PyResult<T>> for EOFError[src]
impl<T> Into<PyResult<T>> for EOFErrorimpl<T> Into<PyResult<T>> for FloatingPointError[src]
impl<T> Into<PyResult<T>> for FloatingPointErrorimpl<T> Into<PyResult<T>> for OSError[src]
impl<T> Into<PyResult<T>> for OSErrorimpl<T> Into<PyResult<T>> for ImportError[src]
impl<T> Into<PyResult<T>> for ImportErrorimpl<T> Into<PyResult<T>> for IndexError[src]
impl<T> Into<PyResult<T>> for IndexErrorimpl<T> Into<PyResult<T>> for KeyError[src]
impl<T> Into<PyResult<T>> for KeyErrorimpl<T> Into<PyResult<T>> for KeyboardInterrupt[src]
impl<T> Into<PyResult<T>> for KeyboardInterruptimpl<T> Into<PyResult<T>> for MemoryError[src]
impl<T> Into<PyResult<T>> for MemoryErrorimpl<T> Into<PyResult<T>> for NameError[src]
impl<T> Into<PyResult<T>> for NameErrorimpl<T> Into<PyResult<T>> for OverflowError[src]
impl<T> Into<PyResult<T>> for OverflowErrorimpl<T> Into<PyResult<T>> for RuntimeError[src]
impl<T> Into<PyResult<T>> for RuntimeErrorimpl<T> Into<PyResult<T>> for RecursionError[src]
impl<T> Into<PyResult<T>> for RecursionErrorimpl<T> Into<PyResult<T>> for NotImplementedError[src]
impl<T> Into<PyResult<T>> for NotImplementedErrorimpl<T> Into<PyResult<T>> for SyntaxError[src]
impl<T> Into<PyResult<T>> for SyntaxErrorimpl<T> Into<PyResult<T>> for ReferenceError[src]
impl<T> Into<PyResult<T>> for ReferenceErrorimpl<T> Into<PyResult<T>> for SystemError[src]
impl<T> Into<PyResult<T>> for SystemErrorimpl<T> Into<PyResult<T>> for SystemExit[src]
impl<T> Into<PyResult<T>> for SystemExitimpl<T> Into<PyResult<T>> for TypeError[src]
impl<T> Into<PyResult<T>> for TypeErrorimpl<T> Into<PyResult<T>> for UnboundLocalError[src]
impl<T> Into<PyResult<T>> for UnboundLocalErrorimpl<T> Into<PyResult<T>> for UnicodeError[src]
impl<T> Into<PyResult<T>> for UnicodeErrorimpl<T> Into<PyResult<T>> for UnicodeDecodeError[src]
impl<T> Into<PyResult<T>> for UnicodeDecodeErrorimpl<T> Into<PyResult<T>> for UnicodeEncodeError[src]
impl<T> Into<PyResult<T>> for UnicodeEncodeErrorimpl<T> Into<PyResult<T>> for UnicodeTranslateError[src]
impl<T> Into<PyResult<T>> for UnicodeTranslateErrorimpl<T> Into<PyResult<T>> for ValueError[src]
impl<T> Into<PyResult<T>> for ValueErrorimpl<T> Into<PyResult<T>> for ZeroDivisionError[src]
impl<T> Into<PyResult<T>> for ZeroDivisionErrorimpl<T> Into<PyResult<T>> for BlockingIOError[src]
impl<T> Into<PyResult<T>> for BlockingIOErrorimpl<T> Into<PyResult<T>> for BrokenPipeError[src]
impl<T> Into<PyResult<T>> for BrokenPipeErrorimpl<T> Into<PyResult<T>> for ChildProcessError[src]
impl<T> Into<PyResult<T>> for ChildProcessErrorimpl<T> Into<PyResult<T>> for ConnectionError[src]
impl<T> Into<PyResult<T>> for ConnectionErrorimpl<T> Into<PyResult<T>> for ConnectionAbortedError[src]
impl<T> Into<PyResult<T>> for ConnectionAbortedErrorimpl<T> Into<PyResult<T>> for ConnectionRefusedError[src]
impl<T> Into<PyResult<T>> for ConnectionRefusedErrorimpl<T> Into<PyResult<T>> for ConnectionResetError[src]
impl<T> Into<PyResult<T>> for ConnectionResetErrorimpl<T> Into<PyResult<T>> for FileExistsError[src]
impl<T> Into<PyResult<T>> for FileExistsErrorimpl<T> Into<PyResult<T>> for FileNotFoundError[src]
impl<T> Into<PyResult<T>> for FileNotFoundErrorimpl<T> Into<PyResult<T>> for InterruptedError[src]
impl<T> Into<PyResult<T>> for InterruptedErrorimpl<T> Into<PyResult<T>> for IsADirectoryError[src]
impl<T> Into<PyResult<T>> for IsADirectoryErrorimpl<T> Into<PyResult<T>> for NotADirectoryError[src]
impl<T> Into<PyResult<T>> for NotADirectoryErrorimpl<T> Into<PyResult<T>> for PermissionError[src]
impl<T> Into<PyResult<T>> for PermissionErrorimpl<T> Into<PyResult<T>> for ProcessLookupError[src]
impl<T> Into<PyResult<T>> for ProcessLookupErrorimpl<T> Into<PyResult<T>> for TimeoutError[src]
impl<T> Into<PyResult<T>> for TimeoutErrorimpl<T> Into<PyResult<T>> for EnvironmentError[src]
impl<T> Into<PyResult<T>> for EnvironmentErrorimpl<T> Into<PyResult<T>> for IOError[src]
impl<T> Into<PyResult<T>> for IOError