This is a request from Reddit (link to comment) to change the type of the URI constant of the UriBound trait to CStr or Uri. Then, the constant would be created with the from_bytes_with_nul_unchecked function, which explicitly says that the input has to contain a null character and why this trait is unsafe to implement.
This is mostly a cosmetic change, but a good and helpful one.
This is a request from Reddit (link to comment) to change the type of the
URI
constant of theUriBound
trait toCStr
orUri
. Then, the constant would be created with thefrom_bytes_with_nul_unchecked
function, which explicitly says that the input has to contain a null character and why this trait is unsafe to implement.This is mostly a cosmetic change, but a good and helpful one.