Trait Args
cjdns_admin::msgs
pub trait Args: Serialize { }
Trait for RPC query arguments. Can be any serializable type.
impl<T: Serialize> Args for T