Trait forky_web::ArrayExt

source ·
pub trait ArrayExt {
    // Required method
    fn to_vec_str(&self) -> Vec<String>;
}

Required Methods§

Implementations on Foreign Types§

source§

impl ArrayExt for Array

Implementors§