Module sqlx_oldapi::types::bstr
source · Structs§
- A wrapper for
&[u8]
that provides convenient string oriented trait impls. - A wrapper for
Vec<u8>
that provides convenient string oriented trait impls.
Traits§
- A trait that extends
&[u8]
with string oriented methods.