This is unreleased documentation for Yew Next version.
For up-to-date documentation, see the latest version on docs.rs.

Module fmt

Expand description

Asynchronous utilities to work with Strings.

Structs§

BufReader
An asynchronous String reader.
BufStream
A buffered asynchronous String Stream.
BufWriter
An asynchronous String writer.

Functions§

buffer
Creates an asynchronous buffer that operates over String.