query_file_as

Macro query_file_as 

Source
macro_rules! query_file_as {
    ($out_struct:path, $path:literal) => { ... };
    ($out_struct:path, $path:literal, $($args:tt)*) => { ... };
}
Available on crate feature macros only.