tcplane/error/
type.rs

1#[derive(Debug)]
2pub enum ServerError {
3    TcpBindError(String),
4    Unknown,
5}