use std::fmt::Write; use crate::{ graphics::{Color, Style, UnderlineStyle}, Document, Editor, Theme, View, }; pub type GutterFn<'doc> = Box Option