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