Struct server::net::types::ClientErrMsg
[−]
[src]
pub struct ClientErrMsg { pub msg: String, // some fields omitted }
Struct to send the kind of error and error message to the client
Fields
msg |
Trait Implementations
impl From<Error> for ClientErrMsg
Convert the possible Error to a serializable ClientErrMsg struct