pub trait TryIntoFunctionName {
// Required method
fn try_into_function_name(self) -> Result<FunctionName, ExprError>;
}pub trait TryIntoFunctionName {
// Required method
fn try_into_function_name(self) -> Result<FunctionName, ExprError>;
}