Trait otter_api_tests::shapelib::VecPieceIdPieceUpdateOpsExt[][src]

pub trait VecPieceIdPieceUpdateOpsExt {
    pub fn into_unprepared(
        self,
        by_client: Option<(WhatResponseToClientOp, ClientId, ClientSequence)>
    ) -> Option<Box<dyn FnOnce(&'r mut PrepareUpdatesBuffer<'_>) + 'static, Global>>; }

Required methods

pub fn into_unprepared(
    self,
    by_client: Option<(WhatResponseToClientOp, ClientId, ClientSequence)>
) -> Option<Box<dyn FnOnce(&'r mut PrepareUpdatesBuffer<'_>) + 'static, Global>>
[src]

Loading content...

Implementations on Foreign Types

impl VecPieceIdPieceUpdateOpsExt for Vec<(PieceId, PieceUpdateOps), Global>[src]

Loading content...

Implementors

Loading content...