kvarn_chute

Struct IndentCounter

source
pub struct IndentCounter { /* private fields */ }

Implementations§

source§

impl IndentCounter

source

pub fn new() -> Self

source

pub fn add(&mut self, indent: u8)

source

pub fn indent(&self) -> IndentIndenter<'_>

source

pub fn left_margin(&self, multiplier: usize) -> usize

Trait Implementations§