[][src]Trait unstructured::UnstructuredDataTrait

pub trait UnstructuredDataTrait: Clone {
    type ErrorType: Error + Clone + Send + Sync;
    type OtherType: Display + Clone + Send + Sync;
}

Associated Types

Loading content...

Implementors

impl UnstructuredDataTrait for UnstructuredType[src]

Loading content...