Expand description
A wrapper around std::collections::VecDeque that holds String.
Can be wrapped in an fuchsia_inspect_derive::IValue and written to inspect as a single property with its value being a comma-separated list that’s concatenation of all of the items in the VecDeque.
Structs§
- Wrapper around std::collections::VecDeque that only holds String.