[][src]Type Definition join_impl::expr_chain::expr_chain_with_default::ExprChainWithDefault

type ExprChainWithDefault = ExprChain<ProcessWithDefault, GroupDeterminer>;

ExprChain of ProcessWithDefault with determiner GroupDeterminer.

Methods

impl ExprChainWithDefault where
    Self: Sized
[src]

pub fn new(
    input: ParseStream,
    other_pattern_check: Box<dyn Fn(ParseStream) -> bool>
) -> Result<Option<Self>>
[src]

Trait Implementations

impl Chain for ExprChainWithDefault where
    Self: Sized
[src]

Implementation of Chain with Member=ProcessWithDefault.

type Member = ProcessWithDefault

fn generate_from_stream(&mut self, input: ParseStream) -> Result<()>[src]

Parses input, fills self members with given expressions.