pub fn server<S: Snapshotter>(
    snapshotter: Arc<S>
) -> SnapshotsServer<Wrapper<S>>
Expand description

Helper to create snapshots server from any object that implements Snapshotter trait.