pub fn link_strings(value: &Value) -> Vec<String>Expand description
Interpret a fig::Value as a list of link strings, mirroring
Value::link_strings for callers that have migrated to reading
fig::Value directly at the accessor boundary. A bare string yields one
element, a sequence yields its string-shaped elements, anything else
yields nothing.