pub trait TypeScript: TS { }👎Deprecated since 0.2.0:
use TS instead
Expand description
Deprecated: Use TS instead.
This is a deprecated alias for backwards compatibility. It will be removed in v0.3.0.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".