fn rewrite_query( from: FullItemName, to: String, query: &mut Query<Raw>, ) -> Result<(), String>
Rewrites query’s references of from to to or errors if too ambiguous.
query
from
to