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

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

Required methods

fn convert(self) -> Vec<String>[src]

Loading content...

Implementations on Foreign Types

impl IntoVecString for &[&str][src]

impl IntoVecString for Vec<&str>[src]

impl IntoVecString for Vec<String>[src]

impl IntoVecString for &[String][src]

impl IntoVecString for &[&String][src]

Loading content...

Implementors

Loading content...