Skip to main content

Sealed

Trait Sealed 

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§

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here