pub trait QueryTrait { // Required methods fn build(&self) -> Value; fn query_name(&self) -> String; }