Trait cfx_storage::utils::tuple::ElementSatisfy
source · pub trait ElementSatisfy<ElementConstrain: ?Sized> {
// Required methods
fn to_constrain_object(&self) -> &ElementConstrain;
fn to_constrain_object_mut(&mut self) -> &mut ElementConstrain;
}
Expand description
ElementConstrain is a trait that can be made into trait object where the tuple element satisfies.