pub trait SetExtmarkHlGroup {
// Required method
fn into_object(self) -> Object;
}Available on crate feature
neovim-0-11 only.Expand description
A trait implemented by types that can be passed to
SetExtmarkOptsBuilder::hl_group.