peresil::try_parse! [] [src]

macro_rules! try_parse {
    ($e:expr) => { ... };
    ($e:expr, $err:expr) => { ... };
}