pub type TResult = Result<Element, TransformationError>;
Expand description
Transformation result type
Aliased Type§
pub enum TResult {
Ok(Element),
Err(TransformationError),
}
pub type TResult = Result<Element, TransformationError>;
Transformation result type
pub enum TResult {
Ok(Element),
Err(TransformationError),
}