L + Ratio
parent: tbd commit: 1f5f028
1 | use FromStr; |
2 | |
3 | use ; |
4 | |
5 | use Instance; |
6 | |
7 | |
8 | |
9 | pub username: String, |
10 | pub instance: Instance, |
11 | |
12 | |
13 | |
14 | |
15 | format! |
16 | |
17 | |
18 | |
19 | |
20 | type Err = ; |
21 | |
22 | |
23 | let mut colon_split = s.split; |
24 | let username = colon_split.next .unwrap .to_string; |
25 | let instance = from_str .unwrap; |
26 | |
27 | Ok |
28 | |
29 | |
30 |