Trait nvim_oxi_api::StringOrListOfStrings
source · pub trait StringOrListOfStrings {
// Required method
fn to_object(self) -> Object;
}Expand description
A trait implemented by strings and list of strings.
pub trait StringOrListOfStrings {
// Required method
fn to_object(self) -> Object;
}A trait implemented by strings and list of strings.