fn_from

Macro fn_from 

Source
macro_rules! fn_from {
    ($path:path) => { ... };
    ($($tokens:tt)+) => { ... };
}