Guest User

Untitled

a guest
Dec 11th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. pub struct TriggerICE<'a>(&'a str);
  2. impl From<String> for TriggerICE<'_> {
  3. fn from(s: String) -> Self {
  4. TriggerICE(&s)
  5. }
  6. }
Add Comment
Please, Sign In to add comment