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]

impl<const N: usize> IntoVecString for &[String; N][src]

impl<const N: usize> IntoVecString for &[&str; N][src]

impl<const N: usize> IntoVecString for [String; N][src]

impl<const N: usize> IntoVecString for [&str; N][src]

Loading content...

Implementors

Loading content...