(stream: TokenStream)
| 58 | |
| 59 | #[proc_macro_derive(IntoCursor)] |
| 60 | pub fn derive_into_cursor(stream: TokenStream) -> TokenStream { |
| 61 | run(stream, into_cursor::derive) |
| 62 | } |
| 63 | |
| 64 | #[proc_macro_derive(ToSpan)] |
| 65 | pub fn derive_into_span(stream: TokenStream) -> TokenStream { |