Function starwars_names::all [] [src]

pub fn all() -> Vec<&'static str>

Get all character names

Example

Be careful when using this code, it's not being tested!
let all_names = starwars-names::all();

assert_that(&all_names).has_length(93);