lol no futures

This commit is contained in:
nora 2022-11-20 22:10:04 +01:00
parent 4433f6b891
commit 9077f2b4cd
No known key found for this signature in database

View file

@ -10,8 +10,6 @@ impl<T> Project for FutResult<T> {
type Assoc = Result<T, ()>;
}
use crate::Project;
pub trait Stream {
type Item;