mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 17:12:22 +00:00
resourcetype: Use tuple struct
This commit is contained in:
@@ -56,7 +56,7 @@ impl Resource for AddressObjectResource {
|
||||
type PrincipalResource = PrincipalResource;
|
||||
|
||||
fn get_resourcetype(&self) -> Resourcetype {
|
||||
Resourcetype { inner: &[] }
|
||||
Resourcetype(&[])
|
||||
}
|
||||
|
||||
fn get_prop(
|
||||
|
||||
Reference in New Issue
Block a user