Trait range_set_blaze::ValueOwned

source ·
pub trait ValueOwned: PartialEq + Clone { }
Expand description

cmk doc

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> ValueOwned for T
where T: PartialEq + Clone,