expand_from

Macro expand_from 

Source
macro_rules! expand_from {
    ($(impl From<$fname:ident> for JsonValue)*) => { ... };
}