quick_from
A derive macro for quickly implementing From on on enum variants that wrap
other types.
Example
extern crate quick_from;
use ;
quick_fromA derive macro for quickly implementing From on on enum variants that wrap
other types.
extern crate quick_from;
use ;