Module var_name

Source
Expand description

I define the VarName wrapper type, which guarantees that the underlying str satisfies the VARNAME rule in SPARQL.

Structsยง

InvalidVarName
This error is raised when trying to parse an invalid variable name.
VarName
See VarName::new.