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 Label
s.
Required Methods§
fn into_labels(self) -> Vec<Label>
fn into_labels(self) -> Vec<Label>
Consumes this value, turning it into a vector of Label
s.