There was an error while loading. Please reload this page.
struct Query { fn bind_as<T>(name: &'static str, value: T) -> Self; }
query!("SELECT ?name", name = 320);