Trait SetExtmarkHlGroup

Source
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§

Implementations on Foreign Types§

Source§

impl SetExtmarkHlGroup for &str

Source§

impl SetExtmarkHlGroup for i64

Source§

impl<T> SetExtmarkHlGroup for Vec<T>
where T: StringOrInt,

Implementors§