Skip to content

Commit

Permalink
not yet
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Nov 14, 2023
1 parent 79e1d31 commit d5b3373
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/re_arrow_store/src/store_view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ type SharedStoreView = RwLock<Box<dyn StoreView>>;
/// A [`StoreView`] subscribes to atomic changes in one or more [`DataStore`]s through [`StoreEvent`]s.
///
/// [`StoreView`]s can be used to build both secondary indices and trigger systems.
///
/// Check out our [`custom_store_view`] example to see it in action.
///
/// [`custom_store_view`]: https://github.com/rerun-io/rerun/tree/main/examples/rust/custom_store_view?speculative-link
//
// TODO(#4204): StoreView should require SizeBytes so they can be part of memstats.
pub trait StoreView: std::any::Any + Send + Sync {
Expand Down

0 comments on commit d5b3373

Please sign in to comment.