pub trait JsTuple {
const ARITY: usize;
}Expand description
Base trait for tuple types.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait JsTuple {
const ARITY: usize;
}Base trait for tuple types.
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".