pub type ClientResult<T> = Result<T, ClientError>;Expand description
Result type alias for FastCGI client operations.
Aliased Type§
pub enum ClientResult<T> {
Ok(T),
Err(ClientError),
}pub type ClientResult<T> = Result<T, ClientError>;Result type alias for FastCGI client operations.
pub enum ClientResult<T> {
Ok(T),
Err(ClientError),
}