Skip to main content

backend_tasks

Function backend_tasks 

Source
pub fn backend_tasks(backend_name: &str) -> &'static [Task]
Expand description

Detect backend capabilities via trait inspection.

This function attempts to determine what tasks a backend supports by checking if it implements relevant traits. For runtime detection, use detect_backend_capabilities instead.