Skip to main content
Sealed
pyo3
0.28.3
Sealed
Implementations on Foreign Types
()
()
*mut PyObject
Result<T, E>
bool
bool
usize
usize
Implementors
In pyo3::
impl_
::
callback::
into_
py_
callback_
output
pyo3
::
impl_
::
callback
::
into_py_callback_output
Trait
Sealed
Copy item path
Source
pub trait Sealed<'py, Target> { }
Implementations on Foreign Types
§
Source
§
impl
Sealed
<'_,
bool
> for
bool
Source
§
impl
Sealed
<'_,
i32
> for
bool
Source
§
impl
Sealed
<'_,
i32
> for
()
Source
§
impl
Sealed
<'_,
isize
> for
usize
Source
§
impl
Sealed
<'_,
*mut
PyObject
> for
*mut
PyObject
Source
§
impl
Sealed
<'_,
()
> for
()
Source
§
impl
Sealed
<'_,
usize
> for
usize
Source
§
impl<'py, T:
IntoPyCallbackOutput
<'py, U>, E:
Into
<
PyErr
>, U>
Sealed
<'py, U> for
Result
<T, E>
Implementors
§
Source
§
impl
Sealed
<'_,
isize
> for
HashCallbackOutput
Source
§
impl<'py, T:
IntoPyObject
<'py>>
Sealed
<'py,
*mut
PyObject
> for T
Source
§
impl<'py, T:
IntoPyObject
<'py>>
Sealed
<'py,
Py
<
PyAny
>> for T
Source
§
impl<T:
WrappingCastTo
<
Py_hash_t
>>
Sealed
<'_,
HashCallbackOutput
> for T
⚠️ Internal Docs ⚠️ Not Public API 👉
Official Docs Here