##エラーの型を変える
#![allow(unused)] fn main() { map_error }
iterator を返す関数
#![allow(unused)] fn main() { -> impl Iteraotr<Item = i32> { } }