Fixed imports!
parent: tbd commit: ef0e853
1 | use crate:: |
2 | , | OperationError
3 | , |
4 | , | GiteratedOperation
5 | ; |
6 | |
7 | use Debug; |
8 | |
9 | |
10 | |
11 | async |
12 | &self, |
13 | object: O, |
14 | operation: D, |
15 | |
16 | |
17 | O: GiteratedObject + Debug, |
18 | D: + Debug; |
19 | |
20 | async fn ( |
21 | &self, |
22 | object_str: &str, |
23 | ) -> ; |
24 | } |
25 |