Trait binaryninja::string::BnStrCompatible
[−]pub unsafe trait BnStrCompatible {
type Result: AsRef<[u8]>;
fn into_bytes_with_nul(self) -> Self::Result;
}
pub unsafe trait BnStrCompatible {
type Result: AsRef<[u8]>;
fn into_bytes_with_nul(self) -> Self::Result;
}