[][src]Trait kts_etl::Provider

pub trait Provider {
    fn info(&self) -> &ProviderInfo;
fn search(&self, term: &str) -> Result<Vec<String>, String>; }

Required methods

fn info(&self) -> &ProviderInfo

fn search(&self, term: &str) -> Result<Vec<String>, String>

Loading content...

Implementors

Loading content...