From c62e7cd821a2c99dc93e5cce5dd22fa764800da2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 01:57:40 +0000 Subject: [PATCH] Update rustdoc 2024-12-23 dceabdebf4f663c5b06464f6c2124e6769136529 --- .../graph/ops/struct.WriteContextArgs.html | 4 ++-- doc/lattices/index.html | 2 +- doc/search-index.js | 4 ++-- doc/src/dfir_lang/graph/ops/demux.rs.html | 6 ++--- doc/src/dfir_lang/graph/ops/dest_sink.rs.html | 2 +- doc/src/dfir_lang/graph/ops/mod.rs.html | 4 ++-- .../graph/ops/source_interval.rs.html | 2 +- doc/src/website_playground/lib.rs.html | 24 +++++++++---------- doc/trait.impl/core/marker/trait.Freeze.js | 4 ++-- doc/trait.impl/core/marker/trait.Send.js | 4 ++-- doc/trait.impl/core/marker/trait.Sync.js | 4 ++-- doc/trait.impl/core/marker/trait.Unpin.js | 4 ++-- .../panic/unwind_safe/trait.RefUnwindSafe.js | 4 ++-- .../panic/unwind_safe/trait.UnwindSafe.js | 4 ++-- doc/trait.impl/serde/de/trait.Deserialize.js | 4 ++-- doc/trait.impl/serde/ser/trait.Serialize.js | 4 ++-- .../collections/hash/map/struct.HashMap.js | 4 ++-- doc/website_playground/all.html | 2 +- doc/website_playground/index.html | 2 +- doc/website_playground/sidebar-items.js | 2 +- ...flowOutput.html => struct.DfirOutput.html} | 8 +++---- ...flowResult.html => struct.DfirResult.html} | 10 ++++---- 22 files changed, 54 insertions(+), 54 deletions(-) rename doc/website_playground/{struct.HydroflowOutput.html => struct.DfirOutput.html} (66%) rename doc/website_playground/{struct.HydroflowResult.html => struct.DfirResult.html} (63%) diff --git a/doc/dfir_lang/graph/ops/struct.WriteContextArgs.html b/doc/dfir_lang/graph/ops/struct.WriteContextArgs.html index 88582d547215..37f6fccb2e2c 100644 --- a/doc/dfir_lang/graph/ops/struct.WriteContextArgs.html +++ b/doc/dfir_lang/graph/ops/struct.WriteContextArgs.html @@ -17,9 +17,9 @@ }
Expand description

Context arguments provided to OperatorConstraints::write_fn.

Fields§

§root: &'a TokenStream

dfir crate name for use #root::something.

§context: &'a Ident

context ident, the name of the provided -dfir_rs::scheduled::Context.

+dfir_rs::scheduled::Context.

§hydroflow: &'a Ident

df ident, the name of the -dfir_rs::scheduled::graph::Dfir +dfir_rs::scheduled::graph::Dfir instance.

§subgraph_id: GraphSubgraphId

Subgraph ID in which this operator is contained.

§node_id: GraphNodeId

Node ID identifying this operator in the flat or partitioned graph meta-datastructure.

diff --git a/doc/lattices/index.html b/doc/lattices/index.html index 2929f899920f..76d1113b77fc 100644 --- a/doc/lattices/index.html +++ b/doc/lattices/index.html @@ -16,7 +16,7 @@

For more information on the underlying mathematics of lattices and monotonicity, take a look at Lattice Math section of the Hydroflow Book and Section 2 of the Hydroflow Thesis (2021).

-

Take a look at the lattice rustdocs.

+

Take a look at the lattice rustdocs.

§Lattices

lattices provides implementations of common lattice types: