Module tendermint::serializers::from_str[][src]

Expand description

Serialize and deserialize any T that implements [core::str::FromStr] and [core::fmt::Display] from or into string. Note this can be used for all primitive data types.

Functions

Deserialize string into T

Serialize from T into string