blob: 86b1c6d90edc7a7eb7352dcca6a75de70b34fc2a [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/// Enums defined specifically for inspect.
pub mod enums;
/// A queue of fixed length that holds inspect-writeable items that is
/// inspect-writeable itself.
pub mod inspect_queue;
/// A map from String to inspect-writeable item.
pub mod inspect_map;