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