MCPcopy Create free account
hub / github.com/PyO3/rust-numpy / Coerce

Interface Coerce

src/array_like.rs:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9use crate::{Element, IntoPyArray, PyArray, PyReadonlyArray, PyUntypedArray};
10
11pub trait Coerce: Sealed {
12 const ALLOW_TYPE_CHANGE: bool;
13}
14
15mod sealed {
16 pub trait Sealed {}

Callers

nothing calls this directly

Implementers 1

array_like.rssrc/array_like.rs

Calls

no outgoing calls

Tested by

no test coverage detected