Content-Length: 8865 | pFad | https://doc.rust-lang.org/stable/std/rc/../ffi/../rc/../path/../fmt/../../std/fmt/fn.format.html

format in std::fmt - Rust

format

Function format 

1.0.0 · Source
pub fn format(args: Arguments<'_>) -> String
Expand description

Takes an Arguments struct and returns the resulting formatted string.

The Arguments instance can be created with the format_args! macro.

§Examples

Basic usage:

use std::fmt;

let s = fmt::format(format_args!("Hello, {}!", "world"));
assert_eq!(s, "Hello, world!");

Please note that using format! might be preferable. Example:

let s = format!("Hello, {}!", "world");
assert_eq!(s, "Hello, world!");








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://doc.rust-lang.org/stable/std/rc/../ffi/../rc/../path/../fmt/../../std/fmt/fn.format.html

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy