tailhook/quick-error

Allow pub(crate)

Opened this issue ยท 0 comments

dbrgn commented

This doesn't seem to work:

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

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