pub trait CanInto: Sized { const QUERY: bool = false; } impl CanInto for T where T: Clone {}