[][src]Macro include_flate::flate

macro_rules! flate {
    ($(pub $(($($vis:tt)+))?)? static $name:ident: [u8] from $path:literal) => { ... };
    ($(pub $(($($vis:tt)+))?)? static $name:ident: str from $path:literal) => { ... };
}