Macro From

macro_rules! From { ... }

Derive macro generating an impl of the trait From. Currently, it can only be used on single-field structs.