pub trait Get: Pod { }Expand description
Marker trait to emit warnings when using get_helper on the Value type
rather than on Node
Object Safety§
This trait is not object safe.
pub trait Get: Pod { }Marker trait to emit warnings when using get_helper on the Value type
rather than on Node