Skip to main content

render_json_highlighted

Function render_json_highlighted 

Source
pub fn render_json_highlighted(
    frame: &mut Frame<'_>,
    area: Rect,
    json_text: &str,
    scroll_offset: usize,
    title: &str,
    is_active: bool,
)