DefInfo::path
contains DefInfo::name
#95
Labels
enhancement
New feature or request
good first issue
Good for newcomers
policy-framework
Concerns the DSL for specifying Rust policies
This could likely be simplified by only having
DefInfo::path
and aname(&self) -> Identifier
method that returns the last segment, coupled with an invariant thatDefInfo::path
never be empty.The text was updated successfully, but these errors were encountered: