Closed surajprak closed 6 years ago
I need to define a tuple as static, i tried it doing using lazy-static macro but it does not allow me. Can you please provide support for it.
https://play.rust-lang.org/?gist=5d649842a0489914d5198e4b1cb044b5&version=stable
Seems this is resolved?
I need to define a tuple as static, i tried it doing using lazy-static macro but it does not allow me. Can you please provide support for it.