mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 01:12:24 +00:00
Work on axum support
This commit is contained in:
@@ -41,6 +41,8 @@ pub trait EnumVariants {
|
||||
pub trait PropName: Sized {
|
||||
type Names: Into<(Option<Namespace<'static>>, &'static str)>
|
||||
+ Clone
|
||||
+ Send
|
||||
+ Sync
|
||||
+ From<Self>
|
||||
+ FromStr<Err: std::fmt::Debug>
|
||||
+ Hash
|
||||
|
||||
Reference in New Issue
Block a user