Signature::from_bytes_unchecked unsafe
The implementation of Signature::as_str
is unsafe if Signature
is never constructed out non-utf8 bytes but Signature::from_bytes_unchecked
allows you to do just that. Since this type is not used even and likely not very useful, we should deprecate it.
Same goes for ObjectPath::from_bytes_unchecked
.