conch-runtime icon indicating copy to clipboard operation
conch-runtime copied to clipboard

Split out `StringWrapper::as_str` under its own trait

Open ipetkov opened this issue 7 years ago • 0 comments

  • Split out StringWrapper::as_str as AsStr::as_str, and require that StringWrapper: AsStr
  • This will allow a more granular distinction between "treat this as a &str" and "this needs to support conversions to and from String"

ipetkov avatar Dec 03 '17 22:12 ipetkov