pub type TListResult = Result<Vec<Element>, TransformationError>;
Expand description

Result type for a list of transformed elements.