pub trait PanelGridImpl: WidgetImpl {
    // Provided method
    fn create_frame(&self, grid: &Self::Type) -> Option<Frame> { ... }
}

Provided Methods§

source

fn create_frame(&self, grid: &Self::Type) -> Option<Frame>

Implementors§