test(types): Update to represent a minimal change in the library
This commit is contained in:
parent
c787aa2e27
commit
91adaa2b70
|
@ -28,7 +28,7 @@ pub mod test {
|
|||
}
|
||||
}
|
||||
fn from_ptr(
|
||||
ptr: Self::Ptr,
|
||||
_ptr: Self::Ptr,
|
||||
) -> Result<Self, trixy::types::error::TypeConversionError> {
|
||||
todo!()
|
||||
}
|
||||
|
|
Reference in New Issue