Enum async_fcgi::stream::FCGIAddr [−][src]
pub enum FCGIAddr {
Inet(SocketAddr),
Unix(PathBuf),
}Variants
Tuple Fields of Inet
0: SocketAddrTuple Fields of Unix
0: PathBufTrait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
type Err = AddrParseError
type Err = AddrParseError
The associated error which can be returned from parsing.
Auto Trait Implementations
impl RefUnwindSafe for FCGIAddr
impl UnwindSafe for FCGIAddr
Blanket Implementations
Mutably borrows from an owned value. Read more