Struct database_tree::DatabaseTree [−][src]
Expand description
wraps DatabaseTreeItems
as a datastore and adds selection functionality
Fields
selection: Option<usize>
Implementations
iterates visible elements starting from start_index_visual
Trait Implementations
Returns the “default value” for a type. Read more