conch-runtime
conch-runtime copied to clipboard
Split out `StringWrapper::as_str` under its own trait
- Split out
StringWrapper::as_str
asAsStr::as_str
, and require thatStringWrapper: AsStr
- This will allow a more granular distinction between "treat this as a
&str
" and "this needs to support conversions to and fromString
"