[][src]Trait csp_generator::GetDirectives

pub trait GetDirectives {
    fn get_directives(&self) -> Vec<String>;
}

Required methods

fn get_directives(&self) -> Vec<String>

Loading content...

Implementors

impl GetDirectives for Directives[src]

Loading content...