Trait SetExtmarkHlGroup
pub trait SetExtmarkHlGroup {
// Required method
fn into_object(self) -> Object;
}Expand description
A trait implemented by types that can be used to specify the highlight
group in various methods on the
SetExtmarkOptsBuilder.
Required Methods§
fn into_object(self) -> Object
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".