pub trait VecPieceIdPieceUpdateOpsExt {
// Required method
fn into_unprepared(
self,
by_client: Option<(WhatResponseToClientOp, ClientId, ClientSequence)>,
) -> Vec<Box<dyn for<'r> FnOnce(&'r mut PrepareUpdatesBuffer<'_>)>>;
}Required Methods§
fn into_unprepared( self, by_client: Option<(WhatResponseToClientOp, ClientId, ClientSequence)>, ) -> Vec<Box<dyn for<'r> FnOnce(&'r mut PrepareUpdatesBuffer<'_>)>>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".