ExprArrayExtension

Trait ExprArrayExtension 

Source
pub trait ExprArrayExtension {
    // Required method
    fn get_self(&self) -> &ExprArray;

    // Provided method
    fn as_path_list(&self) -> PathList { ... }
}

Required Methods§

Provided Methods§

Source

fn as_path_list(&self) -> PathList

Converts the expression array into a PathList with a dummy path.

Implementations on Foreign Types§

Source§

impl ExprArrayExtension for ExprArray

Implementors§