1// Placeholder querying helpers mirroring js/css-select helpers/querying.ts signatures. 2 3pub fn find_all() {} 4pub fn find_one() {}