Function fuchsia_inspect::reader::read_with_timeout
source ยท pub async fn read_with_timeout<T>(
tree: &T,
lazy_node_timeout: Duration,
) -> Result<DiagnosticsHierarchy, ReaderError>
Expand description
Reads the given ReadableTree
into a DiagnosticsHierarchy with Lazy Node timeout.
This reads versions 1 and 2 of the Inspect Format.