Fix E0519: Private Type in Function Return TypeRust intermediate * Apr 26, 2026Error E0519 occurs when a public function's return type references a private type that cannot be accessed from outside the module.