rust-lang-nursery / lazy-static.rs

A small macro for defining lazy evaluated static variables in Rust.
Apache License 2.0
1.93k stars 112 forks source link

How do i define a tuple using lazy_static #86

Closed surajprak closed 6 years ago

surajprak commented 7 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.

sfackler commented 7 years ago

https://play.rust-lang.org/?gist=5d649842a0489914d5198e4b1cb044b5&version=stable

Kimundi commented 6 years ago

Seems this is resolved?