pub trait TensorMapKind:
CubeType
+ Clone
+ Copy
+ Send
+ Sync
+ 'static {
type Args: Clone;
// Required method
fn as_format(args: Self::Args) -> TensorMapFormat;
}Required Associated Types§
Required Methods§
fn as_format(args: Self::Args) -> TensorMapFormat
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.