1 2 3 4 5
use crate::structs::ErrorDetails; pub fn task_local_error_details() -> Vec<ErrorDetails> { vec![] }