use crate::ryz::dict; pub trait Collection { fn to_msg(&self) -> T; } pub type Query = dict::dict;