IAsyncIO

Trait IAsyncIO 

Source
pub trait IAsyncIO:
    for<'a> Off64AsyncRead<'a, Vec<u8>>
    + Off64AsyncWrite
    + Send
    + Sync {
    // Required method
    fn sync_data<'life0, 'async_trait>(
        &'life0 self,
    ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
       where Self: 'async_trait,
             'life0: 'async_trait;
}

Required Methods§

Source

fn sync_data<'life0, 'async_trait>( &'life0 self, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Trait Implementations§

Source§

impl<'a> Off64AsyncReadChrono<'a, Vec<u8>> for dyn IAsyncIO

Source§

fn read_timestamp_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = DateTime<Utc>> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_timestamp_millis_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = DateTime<Utc>> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_timestamp_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = DateTime<Utc>> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_timestamp_millis_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = DateTime<Utc>> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

impl<'a> Off64AsyncReadInt<'a, Vec<u8>> for dyn IAsyncIO

Source§

fn read_i8_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i8> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u8_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u8> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i16_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i16> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i16_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i16> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u16_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u16> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u16_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u16> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i24_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i32> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i24_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i32> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u24_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u32> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u24_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u32> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i32_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i32> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i32_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i32> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u32_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u32> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u32_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u32> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i40_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i64> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i40_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i64> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u40_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u64> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u40_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u64> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i48_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i64> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i48_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i64> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u48_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u64> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u48_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u64> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i56_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i64> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i56_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i64> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u56_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u64> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u56_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u64> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i64_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i64> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i64_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i64> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u64_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u64> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u64_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u64> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i72_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i72_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u72_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u72_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i80_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i80_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u80_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u80_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i88_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i88_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u88_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u88_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i96_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i96_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u96_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u96_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i104_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i104_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u104_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u104_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i112_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i112_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u112_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u112_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i120_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i120_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u120_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u120_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i128_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_i128_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = i128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u128_be_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

fn read_u128_le_at<'async_trait>( &'a self, offset: u64, ) -> Pin<Box<dyn Future<Output = u128> + Send + 'async_trait>>
where 'a: 'async_trait, Self: Sync + 'async_trait,

Source§

impl Off64AsyncWriteChrono for dyn IAsyncIO

Source§

fn write_timestamp_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: DateTime<Utc>, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_timestamp_millis_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: DateTime<Utc>, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_timestamp_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: DateTime<Utc>, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_timestamp_millis_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: DateTime<Utc>, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

impl Off64AsyncWriteInt for dyn IAsyncIO

Source§

fn write_i8_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i8, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u8_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u8, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i16_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i16, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i16_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i16, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u16_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u16, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u16_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u16, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i24_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i32, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i24_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i32, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u24_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u32, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u24_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u32, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i32_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i32, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i32_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i32, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u32_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u32, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u32_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u32, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i40_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i64, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i40_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i64, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u40_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u64, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u40_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u64, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i48_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i64, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i48_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i64, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u48_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u64, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u48_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u64, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i56_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i64, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i56_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i64, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u56_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u64, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u56_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u64, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i64_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i64, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i64_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i64, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u64_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u64, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u64_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u64, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i72_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i72_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u72_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u72_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i80_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i80_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u80_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u80_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i88_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i88_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u88_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u88_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i96_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i96_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u96_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u96_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i104_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i104_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u104_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u104_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i112_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i112_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u112_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u112_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i120_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i120_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u120_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u120_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i128_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_i128_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: i128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u128_be_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Source§

fn write_u128_le_at<'life0, 'async_trait>( &'life0 self, offset: u64, value: u128, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where 'life0: 'async_trait, Self: Sync + 'async_trait,

Implementors§