[][src]Function pathfinder::group::add_node

pub fn add_node(
    group: &mut Group,
    name: Option<&str>,
    min: Option<u32>,
    max: Option<u32>
)

Adds a node to a given group, All parameters are optional except the group. This is the underlying function used in Group::push(..).