[][src]Macro result_like::OptionLike

macro_rules! OptionLike {
    ($Option:ident, $Some:ident, $None:ident) => { ... };
    ($Option:ident) => { ... };
}