Trait magnus::value::ReprValue

source ·
pub trait ReprValue: ReprValue { }
Expand description

Marker trait for types that have the same representation as Value.

Types that are ReprValue can be safely transmuted to Value.

Implementors