#[derive(TypeShift)]
{
// Attributes available to this derive:
#[validate]
#[serde]
#[schemars]
}
Expand description
Legacy compatibility derive.
This derive is a no-op compatibility marker. Prefer #[typeshift].
Legacy compatibility derive.
This derive intentionally generates no code. Use #[typeshift] as the
primary macro entry point.