Type Definition aarch64_std::thread::Result

source ·
pub type Result<T> = Result<T, Box<dyn Any + Send + 'static>>;