pub fn default_write_str<Inner: Write + ?Sized>(
inner: &mut Inner,
buf: &str,
) -> Result<()>
Expand description
Default implementation of WriteStr::write_str
, in terms of
Write::write_all
.
pub fn default_write_str<Inner: Write + ?Sized>(
inner: &mut Inner,
buf: &str,
) -> Result<()>
Default implementation of WriteStr::write_str
, in terms of
Write::write_all
.