pub trait ArgumentEncoder {
// Required method
fn encode(self, ser: &mut IDLBuilder) -> Result<()>;
}
Expand description
Allow encoding of any serializable value.
Required Methods§
Implementations on Foreign Types§
source§impl ArgumentEncoder for ()
impl ArgumentEncoder for ()
Decode an empty tuple.