mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 11:42:25 +00:00
fix some dumb design decisions
This commit is contained in:
@@ -53,7 +53,6 @@ pub enum CommonPropertiesPropName {
|
||||
|
||||
impl<R: Resource, PR: Resource> ResourceExtension<R> for CommonPropertiesExtension<PR>
|
||||
where
|
||||
R::PropName: TryInto<CommonPropertiesPropName>,
|
||||
R::Prop: From<CommonPropertiesProp<R>>,
|
||||
{
|
||||
type Prop = CommonPropertiesProp<R>;
|
||||
|
||||
Reference in New Issue
Block a user