Type Definition content_tree::ContentTreeWithIndex[][src]

pub type ContentTreeWithIndex<E, I> = ContentTreeRaw<E, I, DEFAULT_IE, DEFAULT_LE>;
Expand description

An alias for ContentTreeRaw which uses the default sizes for internal elements.