query_file_as_builder

Macro query_file_as_builder 

Source
macro_rules! query_file_as_builder {
    ($builder_expr:expr, $path:literal) => { ... };
    ($builder_expr:expr, $path:literal, $($args:tt)*) => { ... };
}
Expand description

Like query_file_as! but populates a builder instead of constructing a struct directly.