TypeScript

Derive Macro TypeScript 

Source
#[derive(TypeScript)]
{
    // Attributes available to this derive:
    #[ts]
}
👎Deprecated since 0.2.0: use #[derive(TS)] instead
Expand description

Deprecated: Use #[derive(TS)] instead.

This is a deprecated alias for backwards compatibility. It will be removed in v0.3.0.