draw_memory_usage_block

Function draw_memory_usage_block 

Source
pub fn draw_memory_usage_block(
    total_memory: f32,
    used_memory: f32,
    f: &mut Frame<'_>,
    area: Rect,
)
Expand description

Draws a blocked element with information about total, and used memory.