|
-> (0..10).map(|f| rsx!("asd")), // <--- notice the comma - must be a complete expr
|
|
-> (0..10).map(|f| rsx!("asd")), // <--- notice the comma - must be a complete expr
|
|
#[derive(PartialEq, Eq, Clone, Debug, Hash)]
|
|
#[derive(PartialEq, Eq, Clone, Debug, Hash)]
|