Function iri_string::format::write_to_slice
source · pub fn write_to_slice<'a, T: Display>(
buf: &'a mut [u8],
value: &T
) -> Result<&'a str, CapacityOverflowError>
Expand description
Writes to the bytes buffer.
pub fn write_to_slice<'a, T: Display>(
buf: &'a mut [u8],
value: &T
) -> Result<&'a str, CapacityOverflowError>
Writes to the bytes buffer.