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