pub trait IntoBStr { type BStr: AsBStrPtr; // Required method fn into(self) -> Self::BStr; }
Similar to Into<BString>, except that this won’t require copying &BStr or &BString arguments.
Into<BString>
&BStr
&BString