Reworked runner position configuration to allow for far more flexibility

This commit is contained in:
Kirottu
2023-07-04 19:13:27 +03:00
parent 9ad3af89c0
commit 49a43c4a9b
4 changed files with 68 additions and 63 deletions

View File

@@ -1,6 +1,6 @@
use proc_macro::{Span, TokenStream};
use quote::quote;
use syn::{parse_macro_input, parse_quote, Attribute, Ident, ReturnType, Type};
use syn::{parse_macro_input, parse_quote, Ident, ReturnType, Type};
/// The function to handle the selection of an item. Takes a `Match` as its first argument, and the second argument can be one of:
/// - &T