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

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

Functions

deserialize

Deserialize string into T

serialize

Serialize from T into string