Skip to main content

GroundedValue

Trait GroundedValue 

Source
pub trait GroundedValue: Sealed { }
Expand description

Sealed marker trait for grounded intermediates. Implemented only for GroundedCoord and GroundedTuple<N>. Prism code cannot implement this [the sealed module pattern prevents it].

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§