pub fn function<T: ParserTrait>(parser: &T) -> Vec<FunctionSpan>Expand description
Detects the span of each function in a code.
Returns a vector containing the FunctionSpan of each function
pub fn function<T: ParserTrait>(parser: &T) -> Vec<FunctionSpan>Detects the span of each function in a code.
Returns a vector containing the FunctionSpan of each function