Macro capsules::stream_from_option [] [src]

macro_rules! stream_from_option {
    ($opt:expr, $err:expr) => { ... };
    ($opt:expr) => { ... };
}

Gets the result of an Option, throwing a stream error if it is None