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