PATH_ATTR

Constant PATH_ATTR 

Source
pub const PATH_ATTR: &str = "path";
Expand description

An attribute to override a submodule’s source file path.

Usage: #[path(“relative/or/absolute/path.cairo”)] Applies to: mod items with a semicolon body (file-based modules).