taskcluster / rust-hawk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support converting bewits to strings automatically using to_string

djmitche opened this issue · comments

Convert Bewits to strings in idiomatic fashion

Specifically, this would involve implementing Display for Bewit (so we get https://doc.rust-lang.org/std/string/trait.ToString.html for free) and probably also implementing Into<String> so bewit.into() works where a String is required.