Enumsยง
- Check
Policy - Runtime check requirement for one coercion.
- Coercion
Decision - Coercion decision returned by the normalized compatibility table.
- Materialization
Kind - Materialization category used by lowering.
- Materialization
Policy - Materialization requirement for one coercion.
- Runtime
Check Kind - Runtime check category used by coercion planning.
Functionsยง
- allowed ๐
- Return one non-exact allowed coercion with provided policies.
- borrow_
like_ ๐coercion - Compute one borrow/view coercion decision where destination expects a view-like access mode.
- boundary_
coercion_ decision - Compute coercion compatibility for one boundary where access mode is tracked separately.
- nested_
owned_ ๐compatible - Return one nested owned compatibility decision for one option payload.
- nested_
tuple_ ๐owned_ compatible - Return one nested owned compatibility decision for one tuple payload.
- normalized_
coercion_ decision - Compute coercion compatibility for two normalized types.
- owned_
coercion ๐ - Compute one owned-to-owned base coercion decision.
- ty_
coercion_ decision - Compute normalized coercion compatibility for two semantic types.
- view_
from_ ๐owned_ coercion - Compute one view-from-owned coercion decision.