Skip to main content

ToStringVec

Trait ToStringVec 

Source
pub trait ToStringVec {
    // Required method
    fn to_string_vec(&self) -> Vec<String>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl ToStringVec for Vec<PathBuf>

Implementors§