pub fn os_str_to_bstring(input: &OsStr) -> Result<BString, String>
Expand description

Convert the given input into a BString, useful as parse(try_from_os_str = <me>) function.