Skip to main content

Module domain_types

Module domain_types 

Source
Expand description

Domain-specific types for better type safety and clarity

Re-exports§

pub use crate::core::types::Version;

Structs§

FunctionName
Represents a Python function name (e.g., “calculate_total”)
ModuleName
Represents a Python module name (e.g., “mypackage.submodule”)
QualifiedName
Represents a fully qualified function name (e.g., “mymodule.MyClass.method”)
SourcePath
Represents a source file path in a type-safe way