[][src]Trait mint_template_engine::SliceAsStrs

pub trait SliceAsStrs {
    fn as_strs(&self) -> Vec<&str>;
}

Required methods

fn as_strs(&self) -> Vec<&str>

Loading content...

Implementations on Foreign Types

impl SliceAsStrs for [String][src]

Loading content...

Implementors

Loading content...