changeset 13421 | d1368c776a4f |
parent 13419 | 81e0ed105f5d |
child 13432 | ee3fa3b8809d |
--- a/gameServer2/src/protocol/test.rs Thu Jun 21 17:43:13 2018 -0400 +++ b/gameServer2/src/protocol/test.rs Sun Jun 24 12:09:31 2018 -0400 @@ -65,7 +65,7 @@ } type Strategy = BoxedStrategy<Ascii>; - type ValueTree = Box<ValueTree<Value = Ascii>>; + type ValueTree = Box<dyn ValueTree<Value = Ascii>>; } pub fn gen_proto_msg() -> BoxedStrategy<HWProtocolMessage> where { @@ -131,4 +131,4 @@ 57 => Empty() )}); res.boxed() -} \ No newline at end of file +}