Macro ogre::impl_try_from[][src]

macro_rules! impl_try_from {
    ($ty:ty, $parser:tt) => { ... };
}

Implements std::convert::TryFrom for type $ty using parser function $parser.