Module lol_core::compat[][src]

Expand description

Simple and backward-compatible RaftApp trait.

Structs

ToRaftApp turns an instance of RaftAppCompat into RaftApp instance.

Traits

Similar to full-featured RaftApp but restricted: The snapshot is not a snapshot tag but a snapshot resource serialized into bytes.