Trait ToStringFallible

trait ToStringFallible: alloc::string::ToString

[ToString]alloc::string::ToString, but without panic.

Required Methods

fn try_to_string(self: &Self) -> Result<String, TryReserveError>

[ToString::to_string]alloc::string::ToString::to_string, but without panic on OOM.

Implementors