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 query only.
Expand description

sqlx::query_file_as! for Cloudflare D1.

See sqlx::query_file_as! for details.