pub type Result<T> = Result<T, ProxyError>;Expand description
mocra-proxy 的 Result 别名。
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ProxyError),
}pub type Result<T> = Result<T, ProxyError>;mocra-proxy 的 Result 别名。
pub enum Result<T> {
Ok(T),
Err(ProxyError),
}