extract_from

Macro extract_from 

Source
macro_rules! extract_from {
    ($it: expr => $pattern: pat => $result: tt) => { ... };
}