Struct ethcore_ipc_tests::service::CustomData [] [src]

pub struct CustomData {
    pub a: u64,
    pub b: u64,
}

Fields

Trait Implementations

impl BinaryConvertable for CustomData
[src]