pub fn extract_example_name(file: &str) -> Option<String>
Expand description
Extract the example name from the std::file!
path, used by the run_current_example!
macro.
pub fn extract_example_name(file: &str) -> Option<String>
Extract the example name from the std::file!
path, used by the run_current_example!
macro.