Trait IntoLabels
pub trait IntoLabels {
// Required method
fn into_labels(self) -> Vec<Label>;
}Available on crate feature
component only.Expand description
A value that can be converted to a vector of Labels.
Required Methods§
fn into_labels(self) -> Vec<Label>
fn into_labels(self) -> Vec<Label>
Consumes this value, turning it into a vector of Labels.