rpctest executable

This commit is contained in:
debris
2016-03-17 11:50:31 +01:00
committed by arkpar
parent 2f411c93fd
commit 7105ed3f61
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 {