Macro epitaph::impl_from_val_error [] [src]

macro_rules! impl_from_val_error {
    (
        <$src:ty, $dest:ty> $kind_fn:expr; $desc:expr
    ) => { ... };
}