Trait cdp::SerializeCdpCommand [] [src]

pub trait SerializeCdpCommand {
    fn command_name(&self) -> &str;
fn serialize_command_params<S>(
        &self,
        serializer: S
    ) -> Result<S::Ok, S::Error>
    where
        S: Serializer
; }

Required Methods

Implementations on Foreign Types

impl SerializeCdpCommand for (String, Map<String, Value>)
[src]

[src]

[src]

impl<'a> SerializeCdpCommand for (&'a str, &'a Map<String, Value>)
[src]

[src]

[src]

Implementors