nick42d/youtui

ytmapi_rs: Remove raw_query and processed_query functions from public API.

Closed this issue · 2 comments

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.

Since RawResult and ProcessedResult need to be a part of the public API for AuthToken and ParseFrom traits, may not be worth doing this.

Closing due to above comment