Trait pyo3::types::capsule::AssertNotZeroSized

source ·
#[doc(hidden)] pub trait AssertNotZeroSized: Sized {
    const _CONDITION: usize = _;
    const _CHECK: &'static str = _;

    // Provided method
    fn assert_not_zero_sized(&self) { ... }
}
Expand description

Guarantee T is not zero sized at compile time.

Provided Associated Constants§

source

const _CONDITION: usize = _

source

const _CHECK: &'static str = _

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§

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