Trait grafana_plugin_sdk::data::IntoFrame
source · pub trait IntoFrame {
// Required method
fn into_frame(self, name: impl Into<String>) -> Frame ⓘ;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait IntoFrame {
// Required method
fn into_frame(self, name: impl Into<String>) -> Frame ⓘ;
}