Skip to main content

EMPTY_CAST_TABLE

Static EMPTY_CAST_TABLE 

Source
pub(super) static EMPTY_CAST_TABLE: LazyLock<CastTable>
Expand description

Static cast table that doesn’t support casting anything to anything.

Because this table doesn’t support any casting, it is okay to use it with any concrete type.