pub trait ExtractData<D: 'static> {
    fn extract_data(&self) -> D;
}

Required Methods

Implementors