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