pub type Result<T> = Result<T, ClientError>;Expand description
The result type for the Durable Functions HTTP client.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ClientError),
}pub type Result<T> = Result<T, ClientError>;The result type for the Durable Functions HTTP client.
pub enum Result<T> {
Ok(T),
Err(ClientError),
}