1 2 3 4 5 6 7
use super::*; impl Session { pub fn default_style(&self) -> InlineTextStyle { self.styles.default_inline_style() } }