Macro lazy_static_include::lazy_static_include_bytes[][src]

macro_rules! lazy_static_include_bytes {
    ( $name:ident, $path:expr ) => { ... };
    ( $name:ident, $path:expr, $($paths:expr), + ) => { ... };
    ( pub $name:ident, $path:expr ) => { ... };
    ( pub $name:ident, $path:expr, $($paths:expr), + ) => { ... };
}