Module kgdata::mapreduce

source ·

Re-exports§

Modules§

Traits§

  • A note on the implementation: due to the trait methods required Sized on most of the methods, if we use as trait object, we can’t use most of its methods. To prevent early boxing error, we required it to be Sized.