UnsafeId

Type Alias UnsafeId 

Source
pub type UnsafeId = (UnsafeAtom, SyntaxContext);
Expand description

UnsafeId is a wrapper around Id that does not allocate, but extremely unsafe.

Do not use this unless you know what you are doing.

Currently, it’s considered as a unstable API and may be changed in the future without a semver bump.

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 16 bytes