MCPcopy Index your code
hub / github.com/RustPython/RustPython / pystructseq.rs

File pystructseq.rs

crates/derive-impl/src/pystructseq.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::util::{ItemMeta, ItemMetaInner};
2use proc_macro2::TokenStream;
3use quote::{format_ident, quote};
4use syn::{DeriveInput, Ident, Item, Result};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected