Skip to main content

CellTree

Type Alias CellTree 

Source
pub type CellTree<Id, V> = SourceTree<Id, V>;
๐Ÿ‘ŽDeprecated:

renamed to SourceTree

Expand description

Deprecated alias for SourceTree.

Aliased Typeยง

pub struct CellTree<Id, V> { /* private fields */ }