Struct td_proto_rust::config::Proto [] [src]

pub struct Proto {
    pub msg_type: String,
    pub args: Vec<String>,
}

Fields

Trait Implementations

impl Decodable for Proto
[src]

Deserialize a value using a Decoder.

impl Debug for Proto
[src]

Formats the value using the given formatter.