pub trait VecPieceIdPieceUpdateOpsExt {
    fn into_unprepared(
        self,
        by_client: Option<(WhatResponseToClientOp, ClientId, ClientSequence)>
    ) -> Vec<Box<dyn FnOnce(&'r mut PrepareUpdatesBuffer<'_>) + 'static, Global>, Global>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
; }

Required Methods

Implementations on Foreign Types

Implementors