You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the macro doesn't seem to support the anyhow::Result path. Since the README mentions "There may be additional extern crate blocks here if we need to use types from outside the standard library", I'm wondering if I'm missing something or if this is not supported yet. Thanks!
The text was updated successfully, but these errors were encountered:
I'm trying to write a
library!
declaration along these lines:But the macro doesn't seem to support the
anyhow::Result
path. Since the README mentions "There may be additionalextern crate
blocks here if we need to use types from outside the standard library", I'm wondering if I'm missing something or if this is not supported yet. Thanks!The text was updated successfully, but these errors were encountered: