fix(generate/convert/host/rust/derive/structure): Ignore `ptr` arg on todo
This commit is contained in:
parent
5a9de1ac0a
commit
bd0b3c7dcf
|
@ -52,7 +52,7 @@ impl Structure {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fn from_ptr(ptr: Self::Ptr) -> Result<Self, trixy::types::error::TypeConversionError> {
|
fn from_ptr(_ptr: Self::Ptr) -> Result<Self, trixy::types::error::TypeConversionError> {
|
||||||
todo!()
|
todo!()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue