Trait meilisearch_sdk::settings::IntoVecString[][src]

pub trait IntoVecString: Sized {
    fn convert(self) -> Vec<String>;
}

Required methods

Implementations on Foreign Types

Implementors