pub trait TsType { }Expand description
Marks a type as having a known TypeScript binding. Implemented for every
type the lowering pipeline understands; a field whose type has no impl
fails to compile instead of silently emitting unknown.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".