Trait SetExtmarkHlGroup
pub trait SetExtmarkHlGroup {
// Required method
fn into_object(self) -> Object;
}Expand description
A trait implemented by types that can be passed to
SetExtmarkOptsBuilder::hl_group.
Required Methods§
fn into_object(self) -> Object
Implementations on Foreign Types§
§impl SetExtmarkHlGroup for &str
Available on crate feature neovim-0-11 only.
impl SetExtmarkHlGroup for &str
Available on crate feature
neovim-0-11 only.fn into_object(self) -> Object
§impl SetExtmarkHlGroup for i64
Available on crate feature neovim-0-11 only.
impl SetExtmarkHlGroup for i64
Available on crate feature
neovim-0-11 only.fn into_object(self) -> Object
§impl<T> SetExtmarkHlGroup for Vec<T>where
T: StringOrInt,
Available on crate feature neovim-0-11 only.
impl<T> SetExtmarkHlGroup for Vec<T>where
T: StringOrInt,
Available on crate feature
neovim-0-11 only.