[][src]Trait cjdns_admin::msgs::Args

pub trait Args: Serialize { }

Trait for RPC query arguments. Can be any serializable type.

Implementors

impl<T: Serialize> Args for T[src]

Loading content...