empty_fallback_chain

Function empty_fallback_chain

Source
pub const fn empty_fallback_chain<A, B>(a: A, b: B) -> EmptyFallbackChain<A, B> 
Expand description

Construct an EmptyFallbackChain iterator. See IteratorExt::empty_fallback_chain for more information.