[−][src]Trait postgres_extension::rust_utils::Write
Required methods
Loading content...Provided methods
fn write_all(&mut self, buf: &[u8]) -> Result<()>
fn write_fmt(&mut self, fmt: Arguments) -> Result<()>
fn by_ref(&mut self) -> &mut Self where
Self: Sized,
Self: Sized,
Implementations on Foreign Types
impl<'a> Write for &'a mut [i8]
[src]
impl<'a> Write for &'a mut [i8]
fn write(&mut self, data: &[u8]) -> Result<usize> | [src] |
fn write_all(&mut self, data: &[u8]) -> Result<()> | [src] |
fn flush(&mut self) -> Result<()> | [src] |
fn write_fmt(&mut self, fmt: Arguments) -> Result<()> | [src] |
fn by_ref(&mut self) -> &mut Self where | [src] |