The various ...Rng::new() methods can hit IO errors from the OSRng they use, and it seems sensible to expose them at a higher level. Unfortunately, writing e.g. `StdRng::new().unwrap()` gives a much poorer error message than if it failed internally, but this is a problem with all `IoResult`s. |
||
|---|---|---|
| .. | ||
| bitv.rs | ||
| btree.rs | ||
| deque.rs | ||
| dlist.rs | ||
| enum_set.rs | ||
| hashmap.rs | ||
| lib.rs | ||
| list.rs | ||
| lru_cache.rs | ||
| priority_queue.rs | ||
| ringbuf.rs | ||
| smallintmap.rs | ||
| treemap.rs | ||
| trie.rs | ||