logo
pub fn get_dynamic(name: &str) -> Option<&'static [u8]>
Expand description

Retrieves named static resource in a unsafe manner

Takes a non-’static str as parameter. get should be preferred over this.