This is unreleased documentation for Yew Next version.
For up-to-date documentation, see
the latest version on docs.rs
.
yew
0.21.0
Module fmt
Module Items
Structs
Functions
In yew::
platform
yew
::
platform
Module
fmt
Copy item path
Expand description
Asynchronous utilities to work with
String
s.
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.