rpctest executable

This commit is contained in:
debris
2016-03-17 11:50:31 +01:00
parent 5e44769f82
commit f92a0c8df2
8 changed files with 115 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ use serde::{Deserialize, Deserializer, Error};
use serde::de::Visitor;
/// Lenient bytes json deserialization for test json files.
#[derive(Default, Debug, PartialEq)]
#[derive(Default, Debug, PartialEq, Clone)]
pub struct Bytes(Vec<u8>);
impl Into<Vec<u8>> for Bytes {