How to derive Facet
if members don’t implement it?
#388
Answered
by
fasterthanlime
TimDiekmann
asked this question in
Q&A
-
I have a struct, which contains members of third party crates, how can I derive #[derive(facet::Facet)]
struct MyStruct {
pub field: uuid::Uuid,
} |
Beta Was this translation helpful? Give feedback.
Answered by
fasterthanlime
Apr 25, 2025
Replies: 1 comment
-
The idea here is that at first we'll add a UUID feature to the facet crate, providing that implementation for the type, and later on we will send pull requests to the UUID project so that they provide that implementation when we're satisfied that the Facet API is stable enough. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TimDiekmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The idea here is that at first we'll add a UUID feature to the facet crate, providing that implementation for the type, and later on we will send pull requests to the UUID project so that they provide that implementation when we're satisfied that the Facet API is stable enough.