Skip to main content

decode

Function decode 

Source
pub fn decode(expr: &Expr) -> Result<Vec<String>>
Expand description

Decodes a list of string segments, validating each through TablePath and erroring on a non-list, a non-string segment, or an illegal segment.