pub type TransformResult<T, E> = Result<T, TransformError<E>>;Aliased Type§
pub enum TransformResult<T, E> {
Ok(T),
Err(TransformError<E>),
}pub type TransformResult<T, E> = Result<T, TransformError<E>>;pub enum TransformResult<T, E> {
Ok(T),
Err(TransformError<E>),
}