pub type ClosureAuthResult<T> = Result<T, ClosureAuthError>;
Aliased Type§
pub enum ClosureAuthResult<T> {
Ok(T),
Err(ClosureAuthError),
}
pub type ClosureAuthResult<T> = Result<T, ClosureAuthError>;
pub enum ClosureAuthResult<T> {
Ok(T),
Err(ClosureAuthError),
}