mount_static

Macro mount_static 

Source
macro_rules! mount_static {
    ( $virtual_file_system:expr, $task:expr, &[ $( ( $path:expr, $kind:ident, $device:expr ) ),* $(,)? ] ) => { ... };
}