Skip to main content

merge_or_push

Function merge_or_push 

Source
pub(super) fn merge_or_push<S, R>(
    nodes: &mut Vec<UnregisteredCommandNode<S, R>>,
    incoming: UnregisteredCommandNode<S, R>,
) -> Result<(), RegistrationError>
where R: CommandRuntime<S>,