Trait grafana_plugin_sdk::data::IntoFrame[][src]

pub trait IntoFrame {
    fn into_frame(self, name: impl Into<String>) -> Frame
Notable traits for Frame
impl<T: IntoFrame> FromFields<T> for Frame
; }
Expand description

Convenience trait for converting iterators of Fields into a Frame.

Required methods

Create a Frame with the given name from self.

Implementors