Coerce
trait Coerce[t: Type]
SourceA trait for type that can be coerced.
Currently only supports newtype-style wrappers.
Associated Types
type Out: Type
SourceThe return type of the coerce function.
trait Coerce[t: Type]
SourceA trait for type that can be coerced.
Currently only supports newtype-style wrappers.
type Out: Type
SourceThe return type of the coerce function.