Module fmt/to_string

fmt/to_string

ToString trait and implementations for all primitive types.

Traits / Modules

ToString trait
ToString

Trait for converting values to their String representation. Types implementing this trait can be used with println, print, and template strings.

Methods

to_string : fn(self : *(Self)) -> String

Parameters

NameTypeNotes
self*(Self)

Returns: String

Implementors