Fixed imports!
parent: tbd commit: ef0e853
1 | use ; |
2 | |
3 | use crate::; |
4 | |
5 | use ; |
6 | |
7 | // pub struct RepositorySetting<V: GiteratedObjectValue>(pub V); |
8 | |
9 | // impl<O: GiteratedObject, V: GiteratedObjectValue<Object = O> + Send> GiteratedOperation<O> |
10 | // for RepositorySetting<V> |
11 | // { |
12 | // fn operation_name(&self) -> &'static str { |
13 | // "setting_get" |
14 | // } |
15 | // type Success = V; |
16 | // type Failure = GetValueError; |
17 | // } |
18 | |
19 | |
20 | ; |
21 | |
22 | |
23 | type Object = Repository; |
24 | |
25 | |
26 | "description" |
27 | |
28 | |
29 | |
30 | |
31 | |
32 | "description" |
33 | |
34 | |
35 | |
36 | |
37 | ; |
38 | |
39 | |
40 | type Object = Repository; |
41 | |
42 | |
43 | "visibility" |
44 | |
45 | |
46 |