Result

##エラーの型を変える


#![allow(unused)]
fn main() {
map_error
}

Iterator

iterator を返す関数


#![allow(unused)]
fn main() {
-> impl Iteraotr<Item = i32>
{
}
}