Movatterモバイル変換


[0]ホーム

URL:


[][src]Type Definitionrustpython_vm::pyobject::PyResult

type PyResult<T = PyObjectRef> =Result<T,PyBaseExceptionRef>;

Use this type for functions which return a python object or an exception.Both the python object and the python exception arePyObjectRef typessince exceptions are also python objects.

Trait Implementations

implIntoPyNoResult forPyResult<()>[src]

impl<T>IntoPyObject forPyResult<T>where
    T:IntoPyObject
[src]


[8]ページ先頭

©2009-2025 Movatter.jp