pub async fn generate_directory_tree<P: FileSystemProvider>(
provider: &P,
path: &str,
prefix: &str,
max_depth: usize,
current_depth: usize,
) -> Result<String, P::Error>Expand description
Generate a tree view of a directory structure using a generic file system provider