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

Required Methods

Implementations on Foreign Types

Implementors