Skip to main content

get_children

Function get_children 

Source
pub fn get_children(
    conn: &Connection,
    parent_id: &str,
) -> Result<Vec<QueryItem>>
Expand description

Get child items of the given parent item.

ยงErrors

Returns an error if the query fails.