create_snapshot

Function create_snapshot 

Source
pub async fn create_snapshot(
    __arg0: State<Arc<EventStore>>,
    __arg1: Json<CreateSnapshotRequest>,
) -> Result<Json<CreateSnapshotResponse>>