impl Trait で関連型を具体的に記述せずにトレイト制約で済ませることって出来ないのだろうか fn foo<T>() -> impl Trait<Item=T> where T: Foo + Bar { ... } みたいな感じで
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
impl Trait で関連型を具体的に記述せずにトレイト制約で済ませることって出来ないのだろうか fn foo<T>() -> impl Trait<Item=T> where T: Foo + Bar { ... } みたいな感じで