Expand description
Domain-specific types for better type safety and clarity
Re-exports§
pub use crate::core::types::Version;
Structs§
- Function
Name - Represents a Python function name (e.g., “calculate_total”)
- Module
Name - Represents a Python module name (e.g., “mypackage.submodule”)
- Qualified
Name - Represents a fully qualified function name (e.g., “mymodule.MyClass.method”)
- Source
Path - Represents a source file path in a type-safe way