Constant mod_mgmt::SECTION_HASH_DELIMITER
pub const SECTION_HASH_DELIMITER: &'static str;
Expand description
A section’s demangled name and its hash are separated by “::h”,
e.g., "my_crate::section_name::h<hash>"
.
pub const SECTION_HASH_DELIMITER: &'static str;
A section’s demangled name and its hash are separated by “::h”,
e.g., "my_crate::section_name::h<hash>"
.