Function itoap::write_to_string[][src]

pub fn write_to_string<V: Integer>(buf: &mut String, value: V)
This is supported on crate feature alloc only.

Write integer to String.

Note that this function is safe because it checks the capacity of String and calls String::reserve() if the String doesn't have enough capacity.