pub fn from_bstring(input: impl Into<BString>) -> PathBuf
Expand description
Similar to try_from_bstring()
, but will panic if there is ill-formed UTF-8 in the input
.
pub fn from_bstring(input: impl Into<BString>) -> PathBuf
Similar to try_from_bstring()
, but will panic if there is ill-formed UTF-8 in the input
.