settings_inspect_utils

Module joinable_inspect_vecdeque

Source
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§