Module generics

Module generics 

Source
Expand description

Generic type abstractions for DRY principle

This module provides reusable generic types that eliminate code duplication across feed types and parsing logic.

Structs§

DetailedField
A field with an optional detailed representation

Traits§

FromAttributes
Trait for types that can be built from XML attributes
LimitedCollectionExt
Extension trait for collections with size limits
ParseFrom
Generic trait for parsing types from various sources using GAT