Skip to main content

list_children_recursive

Function list_children_recursive 

Source
pub async fn list_children_recursive(
    graph: &GraphClient,
    drive_id: &str,
    path: &str,
) -> Result<Vec<DriveItem>>