init_trait-0.2.0 doesn't have any documentation.
init_trait
A small helper trait to simplify the initialisation of 'indexable' data structures.
use Init;
// [T; N]: Init<T, usize>
let road = init;
assert_eq!;
assert_eq!;
assert_eq!;
To use this, add it as a dependency to your Cargo.toml:
[]
= "0.2.0"