1 2 3 4 5
use thiserror::Error; #[derive(Debug, Clone, Copy, Error)] #[error("could not parse address into ip address or system path")] pub struct TcpOrUnixParseError;