pub fn is_fully_qualified(name: &str) -> boolExpand description
Returns whether a name is fully qualified: valid, absolute, and free of substitutions.
§Arguments
name- the candidate name.
§Returns
true if name is valid, starts with /, and contains neither ~ nor {}. Only a fully
qualified name can be mapped onto the middleware, because the namespace is already resolved.