Nutmeg 0.1.1
- API change:
View::message
takes the message as anAsRef<str>
, meaning it may be either a&str
orString
. This makes the common case where the message is the result offormat!
a little easier.
View::message
takes the message as an AsRef<str>
, meaning it may be either a &str
or String
. This makes the common case where the message is the result of format!
a little easier.