arrow_flight::sql

Macro as_item

Source
macro_rules! as_item {
    ($i:item) => { ... };
}
Expand description

Macro to coerce a token to an item, specifically to build the Commands enum.

See: https://danielkeep.github.io/tlborm/book/blk-ast-coercion.html