render_memory_layout

Function render_memory_layout 

Source
fn render_memory_layout(
    config: Option<MemoryLayoutHoverConfig>,
    layout: impl FnOnce() -> Result<Layout, LayoutError>,
    offset: impl FnOnce(&Layout) -> Option<u64>,
    padding: impl FnOnce(&Layout) -> Option<(&str, u64)>,
    tag: impl FnOnce(&Layout) -> Option<usize>,
) -> Option<String>