Trait pyo3_stub_gen::stub_type::numpy::NumPyScalar
source · trait NumPyScalar {
// Required method
fn type_() -> TypeInfo;
}
Required Methods§
Object Safety§
This trait is not object safe.
trait NumPyScalar {
// Required method
fn type_() -> TypeInfo;
}