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