[][src]Module fallible_collections::btree

Implement Fallible Btree, As there is no try_reserve methods on btree, I add no choice but to fork the std implementation and change return types.

Re-exports

pub use map::BTreeMap;
pub use set::BTreeSet;

Modules

map
set