Trait vizia_core::vg::QuickReject
pub trait QuickReject<T> {
// Required method
fn quick_reject(&self, other: &T) -> bool;
}
pub trait QuickReject<T> {
// Required method
fn quick_reject(&self, other: &T) -> bool;
}