index
:
gitlab/authzd.git
gkg-inject-ids
gl-policies
main
refactor-authorizers
spice-schema
Authorization daemon
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vendor
/
thiserror
/
tests
/
ui
/
unexpected-struct-source.rs
blob: f39649424ce38afc561d079bef79c082463c10b5 (
plain
)
1
2
3
4
5
6
7
use thiserror::Error; #[derive(Error, Debug)] #[source] pub struct Error; fn main() {}