export_pdf

Function export_pdf 

Source
pub(crate) async fn export_pdf(
    title: String,
    headers: Vec<String>,
    rows: Vec<Vec<String>>,
    file_path: String,
) -> Result<(), String>