[][src]Type Definition ra_ap_rust_analyzer::Result

type Result<T, E = Box<dyn Error + Send + Sync>> = Result<T, E>;