Skip to main content

try_from_vec

Macro try_from_vec 

Source
macro_rules! try_from_vec {
    ($t:ty, $variant:ident, $ty:expr) => { ... };
}
Expand description

TryFrom<RValue> for the whole vector of a single variant (NA preserved).