[][src]Macro lazy_static_include::lazy_static_include_bytes

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), + $(,)* ) => { ... };
}