Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. use std::ops::Fn;
  2. use std::borrow::Cow;
  3.  
  4. fn test<F: for<'a> FnMut(&'a str) -> Option<impl Into<Cow<'a, str>>>>() {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement