fn from()

in src/rt_linux.rs [36:38]


    fn from(error: Box<dyn Error>) -> Self {
        AudioThreadPriorityError::new(&error.to_string())
    }