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].
pub trait GroundedValue: Sealed { }Sealed marker trait for grounded intermediates.
Implemented only for GroundedCoord and GroundedTuple<N>.
Prism code cannot implement this [the sealed module pattern
prevents it].