Unified stack `GetValue` implementation
parent: tbd commit: 325f5af
1 | use ; |
2 | |
3 | use ; |
4 | |
5 | use crate GiteratedObject; |
6 | |
7 | |
8 | Send + Sync + Serialize + DeserializeOwned |
9 | |
10 | type Success: Serialize + DeserializeOwned + Send; |
11 | type Failure: Serialize + DeserializeOwned + Send; |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | |
21 | ; |
22 | |
23 | |
24 | type Success = ; |
25 | |
26 | type Failure = ; |
27 | |
28 | |
29 | /// The internal state of an operation, used to provide authentication information |
30 | /// and the ability to make giterated calls within handlers. |
31 | |
32 | ; |
33 |