Function lol_core::make_service[][src]

pub fn make_service<A: RaftApp>(core: Arc<RaftCore<A>>) -> RaftService<A>
Expand description

Lift RaftCore to Service.