Skip to content

Commit

Permalink
Update the rust docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Sep 10, 2024
1 parent c1309e6 commit f881165
Show file tree
Hide file tree
Showing 310 changed files with 1,134 additions and 1,134 deletions.
2 changes: 1 addition & 1 deletion docs/rust/head/clock/fn.run.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `run` fn in crate `clock`."><title>run in clock - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../static.files/rustdoc-ac92e1bbe349e143.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="clock" data-themes="" data-resource-suffix="" data-rustdoc-version="1.76.0 (07dca489a 2024-02-04)" data-channel="1.76.0" data-search-js="search-2b6ce74ff89ae146.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../static.files/storage-f2adc0d6ca4d09fb.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-305769736d49e732.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-feafe1bb7466e4bd.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc fn"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../clock/index.html">clock</a><span class="version">0.19.0-alpha.1+dev</span></h2></div><div class="sidebar-elems"></div></nav><div class="sidebar-resizer"></div>
<main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><div id="sidebar-button" tabindex="-1"><a href="../clock/all.html" title="show sidebar"></a></div><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" tabindex="-1"><a href="../help.html" title="help">?</a></div><div id="settings-menu" tabindex="-1"><a href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Function <a href="index.html">clock</a>::<wbr><a class="fn" href="#">run</a><button id="copy-path" title="Copy item path to clipboard"><img src="../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../src/clock/main.rs.html#34-95">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub(crate) fn run(rec: &amp;<a class="struct" href="../re_sdk/recording_stream/struct.RecordingStream.html" title="struct re_sdk::recording_stream::RecordingStream">RecordingStream</a>, args: &amp;<a class="struct" href="struct.Args.html" title="struct clock::Args">Args</a>) -&gt; <a class="type" href="https://docs.rs/anyhow/1.0.79/anyhow/type.Result.html" title="type anyhow::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>&gt;</code></pre></section></div></main></body></html>
<main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><div id="sidebar-button" tabindex="-1"><a href="../clock/all.html" title="show sidebar"></a></div><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" tabindex="-1"><a href="../help.html" title="help">?</a></div><div id="settings-menu" tabindex="-1"><a href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Function <a href="index.html">clock</a>::<wbr><a class="fn" href="#">run</a><button id="copy-path" title="Copy item path to clipboard"><img src="../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../src/clock/main.rs.html#34-95">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub(crate) fn run(rec: &amp;RecordingStream, args: &amp;<a class="struct" href="struct.Args.html" title="struct clock::Args">Args</a>) -&gt; <a class="type" href="https://docs.rs/anyhow/1.0.79/anyhow/type.Result.html" title="type anyhow::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>&gt;</code></pre></section></div></main></body></html>
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
ctx: &amp;<a class="struct" href="../../re_viewer_context/space_view/view_context/struct.ViewContext.html" title="struct re_viewer_context::space_view::view_context::ViewContext">ViewContext</a>&lt;'_&gt;,
query: &amp;<a class="struct" href="../../re_viewer_context/space_view/view_query/struct.ViewQuery.html" title="struct re_viewer_context::space_view::view_query::ViewQuery">ViewQuery</a>&lt;'_&gt;,
_context_systems: &amp;<a class="struct" href="../../re_viewer_context/space_view/view_context_system/struct.ViewContextCollection.html" title="struct re_viewer_context::space_view::view_context_system::ViewContextCollection">ViewContextCollection</a>
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.76.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;QueueableDrawData&gt;, <a class="enum" href="../../re_viewer_context/space_view/enum.SpaceViewSystemExecutionError.html" title="enum re_viewer_context::space_view::SpaceViewSystemExecutionError">SpaceViewSystemExecutionError</a>&gt;</h4></section></summary><div class="docblock"><p>Populates the scene part with data from the store.</p>
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.76.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="../../re_renderer/queueable_draw_data/struct.QueueableDrawData.html" title="struct re_renderer::queueable_draw_data::QueueableDrawData">QueueableDrawData</a>&gt;, <a class="enum" href="../../re_viewer_context/space_view/enum.SpaceViewSystemExecutionError.html" title="enum re_viewer_context::space_view::SpaceViewSystemExecutionError">SpaceViewSystemExecutionError</a>&gt;</h4></section></summary><div class="docblock"><p>Populates the scene part with data from the store.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.visualizer_query_info" class="method trait-impl"><a class="src rightside" href="../../src/custom_space_view/color_coordinates_visualizer_system.rs.html#49-51">source</a><a href="#method.visualizer_query_info" class="anchor">§</a><h4 class="code-header">fn <a href="../../re_viewer_context/space_view/visualizer_system/trait.VisualizerSystem.html#tymethod.visualizer_query_info" class="fn">visualizer_query_info</a>(&amp;self) -&gt; <a class="struct" href="../../re_viewer_context/space_view/visualizer_system/struct.VisualizerQueryInfo.html" title="struct re_viewer_context::space_view::visualizer_system::VisualizerQueryInfo">VisualizerQueryInfo</a></h4></section></summary><div class='docblock'>Information about which components are queried by the visualizer.</div></details><section id="method.as_any" class="method trait-impl"><a class="src rightside" href="../../src/custom_space_view/color_coordinates_visualizer_system.rs.html#95-97">source</a><a href="#method.as_any" class="anchor">§</a><h4 class="code-header">fn <a href="../../re_viewer_context/space_view/visualizer_system/trait.VisualizerSystem.html#tymethod.as_any" class="fn">as_any</a>(&amp;self) -&gt; &amp;dyn <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/any/trait.Any.html" title="trait core::any::Any">Any</a></h4></section><details class="toggle method-toggle" open><summary><section id="method.as_fallback_provider" class="method trait-impl"><a class="src rightside" href="../../src/custom_space_view/color_coordinates_visualizer_system.rs.html#99-101">source</a><a href="#method.as_fallback_provider" class="anchor">§</a><h4 class="code-header">fn <a href="../../re_viewer_context/space_view/visualizer_system/trait.VisualizerSystem.html#tymethod.as_fallback_provider" class="fn">as_fallback_provider</a>(&amp;self) -&gt; &amp;dyn <a class="trait" href="../../re_viewer_context/component_fallbacks/trait.ComponentFallbackProvider.html" title="trait re_viewer_context::component_fallbacks::ComponentFallbackProvider">ComponentFallbackProvider</a></h4></section></summary><div class='docblock'>Casts to a fallback provider. <a href="../../re_viewer_context/space_view/visualizer_system/trait.VisualizerSystem.html#tymethod.as_fallback_provider">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.filter_visualizable_entities" class="method trait-impl"><a class="src rightside" href="../../src/re_viewer_context/space_view/visualizer_system.rs.html#94-98">source</a><a href="#method.filter_visualizable_entities" class="anchor">§</a><h4 class="code-header">fn <a href="../../re_viewer_context/space_view/visualizer_system/trait.VisualizerSystem.html#method.filter_visualizable_entities" class="fn">filter_visualizable_entities</a>(
&amp;self,
entities: <a class="struct" href="../../re_viewer_context/typed_entity_collections/struct.ApplicableEntities.html" title="struct re_viewer_context::typed_entity_collections::ApplicableEntities">ApplicableEntities</a>,
Expand Down
2 changes: 1 addition & 1 deletion docs/rust/head/incremental_logging/fn.run.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `run` fn in crate `incremental_logging`."><title>run in incremental_logging - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../static.files/rustdoc-ac92e1bbe349e143.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="incremental_logging" data-themes="" data-resource-suffix="" data-rustdoc-version="1.76.0 (07dca489a 2024-02-04)" data-channel="1.76.0" data-search-js="search-2b6ce74ff89ae146.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../static.files/storage-f2adc0d6ca4d09fb.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-305769736d49e732.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-feafe1bb7466e4bd.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc fn"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../incremental_logging/index.html">incremental_logging</a><span class="version">0.19.0-alpha.1+dev</span></h2></div><div class="sidebar-elems"></div></nav><div class="sidebar-resizer"></div>
<main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><div id="sidebar-button" tabindex="-1"><a href="../incremental_logging/all.html" title="show sidebar"></a></div><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" tabindex="-1"><a href="../help.html" title="help">?</a></div><div id="settings-menu" tabindex="-1"><a href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Function <a href="index.html">incremental_logging</a>::<wbr><a class="fn" href="#">run</a><button id="copy-path" title="Copy item path to clipboard"><img src="../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../src/incremental_logging/main.rs.html#58-96">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub(crate) fn run(rec: &amp;<a class="struct" href="../re_sdk/recording_stream/struct.RecordingStream.html" title="struct re_sdk::recording_stream::RecordingStream">RecordingStream</a>) -&gt; <a class="type" href="https://docs.rs/anyhow/1.0.79/anyhow/type.Result.html" title="type anyhow::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>&gt;</code></pre></section></div></main></body></html>
<main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><div id="sidebar-button" tabindex="-1"><a href="../incremental_logging/all.html" title="show sidebar"></a></div><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" tabindex="-1"><a href="../help.html" title="help">?</a></div><div id="settings-menu" tabindex="-1"><a href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Function <a href="index.html">incremental_logging</a>::<wbr><a class="fn" href="#">run</a><button id="copy-path" title="Copy item path to clipboard"><img src="../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../src/incremental_logging/main.rs.html#58-96">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub(crate) fn run(rec: &amp;RecordingStream) -&gt; <a class="type" href="https://docs.rs/anyhow/1.0.79/anyhow/type.Result.html" title="type anyhow::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>&gt;</code></pre></section></div></main></body></html>
Loading

0 comments on commit f881165

Please sign in to comment.