pub trait SerialFrame: Display {
    fn config(&self) -> &ClientConfig;
}
Expand description

Frame with request and response

Required Methods

client config

Implementors