kvarn_chute

Struct Extendible

source
pub struct Extendible<'a> { /* private fields */ }
Expand description

It’s safe to unwrap on the fmt::Write trait; we’re writing to a String.

Implementations§

source§

impl Extendible<'_>

source

pub fn extend(&mut self, string: &str)

Trait Implementations§

source§

impl<'a> Debug for Extendible<'a>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Write for