MCPcopy Index your code
hub / github.com/RustPython/RustPython / ImplItem

Interface ImplItem

crates/derive-impl/src/pyclass.rs:889–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887}
888
889trait ImplItem<Item>: ContentItem
890where
891 Item: ItemLike + ToTokens + GetIdent,
892{
893 fn gen_impl_item(&self, args: ImplItemArgs<'_, Item>) -> Result<()>;
894}
895
896impl<Item> ImplItem<Item> for MethodItem
897where

Callers

nothing calls this directly

Implementers 1

pyclass.rscrates/derive-impl/src/pyclass.rs

Calls

no outgoing calls

Tested by

no test coverage detected