Closed Ayush1325 closed 1 month ago
I basically needed implementation of Into<Vec<u8>> so that I can construct CString::new() from QString.
Into<Vec<u8>>
CString::new()
QString
I am not sure whether this is the best way to achieve this so I would like someone else's input on this.
I see, I will check out a better way to achieve this.
I basically needed implementation of
Into<Vec<u8>>
so that I can constructCString::new()
fromQString
.I am not sure whether this is the best way to achieve this so I would like someone else's input on this.