sqlx_
core
0.8.2
BufMut
Ext
Required Methods
put_str_nul
Implementations on Foreign Types
Vec<u8>
Implementors
In sqlx_
core::
io
sqlx_core
::
io
Trait
BufMutExt
Copy item path
source
pub trait BufMutExt:
BufMut
{ // Required method fn
put_str_nul
(&mut self, s: &
str
); }
Required Methods
§
source
fn
put_str_nul
(&mut self, s: &
str
)
Implementations on Foreign Types
§
source
§
impl
BufMutExt
for
Vec
<
u8
>
source
§
fn
put_str_nul
(&mut self, s: &
str
)
Implementors
§