Skip to main content

Parameters

Trait Parameters 

Source
pub trait Parameters {
    // Required method
    fn into_vec(self) -> Vec<String>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl Parameters for &str

Source§

impl Parameters for Vec<String>

Source§

impl<'a> Parameters for &'a [&'a str]

Source§

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

Implementors§