Trait grafana_plugin_sdk::data::IntoField
source · pub trait IntoField {
// Required method
fn into_field(self, name: impl Into<String>) -> Field;
}
Expand description
Indicates that a Field
can be created from this type.
Required Methods§
Object Safety§
This trait is not object safe.