Type Alias re_viewer_context::PerSystemDataResults
source · pub type PerSystemDataResults<'a> = BTreeMap<ViewSystemIdentifier, Vec<&'a DataResult>>;
Aliased Type§
struct PerSystemDataResults<'a> {
root: Option<NodeRef<Owned, ViewSystemIdentifier, Vec<&'a DataResult>, LeafOrInternal>>,
length: usize,
pub(super) alloc: ManuallyDrop<Global>,
_marker: PhantomData<Box<(ViewSystemIdentifier, Vec<&'a DataResult>)>>,
}
Fields§
§root: Option<NodeRef<Owned, ViewSystemIdentifier, Vec<&'a DataResult>, LeafOrInternal>>
§length: usize
§alloc: ManuallyDrop<Global>
§_marker: PhantomData<Box<(ViewSystemIdentifier, Vec<&'a DataResult>)>>