Skip to main content

last_with_default_with

Function last_with_default_with 

Source
pub fn last_with_default_with(
    core: &Core,
    source: NodeId,
    default: HandleId,
    opts: OperatorOpts,
) -> Result<FlowRegistration, OperatorFactoryError>
Expand description

last_with_default with explicit OperatorOpts.

§Errors

Same conditions as last_with_default.