[−][src]Function nvimpam_lib::handler::parse_vecstr
pub fn parse_vecstr(value: Value) -> Result<Vec<String>, Error>
Parse a neovim_lib::Value
into a Vec<String>
. Note
that this method takes ownership of the value so it does not need to copy
out the contained strings