Type Definition aper::data_structures::OperationWithId[][src]

pub type OperationWithId<T> = (Uuid, ListOperation<T>);