pub trait QueryCallback {
// Required method
fn report_fixture(
&mut self,
body: BodyHandle,
fixture: FixtureHandle
) -> bool;
}
pub trait QueryCallback {
// Required method
fn report_fixture(
&mut self,
body: BodyHandle,
fixture: FixtureHandle
) -> bool;
}