Macro instrumented_query_as

Source
macro_rules! instrumented_query_as {
    ($out_ty:ty, $sql:expr $(, $arg:expr)* $(,)?) => { ... };
}