pub trait IntoFn { // Required method fn into_fn(self) -> Result<(String, Option<String>)>; }
Converts a function into name and version parts
Handles the conversion of the function string