ytmapi_rs: Remove raw_query and processed_query functions from public API.
Closed this issue · 2 comments
nick42d commented
Replace with more ergonomic alternatives without lifetime requirements. e.g deserialize_query that will return T = DeserializeOwned and string_query that will return pretty printed.
nick42d commented
Since RawResult and ProcessedResult need to be a part of the public API for AuthToken and ParseFrom traits, may not be worth doing this.
nick42d commented
Closing due to above comment