tailhook / quick-error

A rust-macro which makes errors easy to write

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow pub(crate)

dbrgn opened this issue Β· comments

This doesn't seem to work:

quick_error! {
    pub(crate) enum FooError {
        ...
    }
}

Would be great to have support for visibility modifiers πŸ™‚