This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.

1 line
786 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

initSidebarItems({"fn":[["debug","Wraps a type implementing `fmt::Debug` as a `Value` that can be recorded using its `Debug` implementation."],["display","Wraps a type implementing `fmt::Display` as a `Value` that can be recorded using its `Display` implementation."]],"struct":[["DebugValue","A `Value` which serializes as a string using `fmt::Debug`."],["DisplayValue","A `Value` which serializes using `fmt::Display`."],["Empty","An empty field."],["Field","An opaque key allowing O(1) access to a field in a `Span`s key-value data."],["FieldSet","Describes the fields present on a span."],["Iter","An iterator over a set of fields."],["ValueSet","A set of fields and values for a span."]],"trait":[["Value","A field value of an erased type."],["Visit","Visits typed values."]]});