TryIntoFunctionName

Trait TryIntoFunctionName 

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

Required Methods§

Implementations on Foreign Types§

Source§

impl TryIntoFunctionName for &str

Implementors§