mirror of
https://github.com/Noratrieb/ice-104649.git
synced 2026-01-14 12:35:02 +01:00
lol no futures
This commit is contained in:
parent
a226e71cde
commit
51388a90af
1 changed files with 0 additions and 8 deletions
|
|
@ -25,14 +25,6 @@ mod fut {
|
|||
pub trait Stream {
|
||||
type Item;
|
||||
|
||||
fn map<T, F>(self, f: F) -> Map<F>
|
||||
where
|
||||
F: FnMut(Self::Item) -> T,
|
||||
Self: Sized,
|
||||
{
|
||||
loop {}
|
||||
}
|
||||
|
||||
fn for_each<Fut, F>(self, f: F) -> ForEach<Self, Fut, F>
|
||||
where
|
||||
F: FnMut(Self::Item) -> Fut,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue