pub trait Holds<I> {
// Required method
fn holds(&self, object: &I) -> bool;
}
Expand description
Tests if an object in holded by an other
pub trait Holds<I> {
// Required method
fn holds(&self, object: &I) -> bool;
}
Tests if an object in holded by an other