// Copyright (c) 2024-present, fjall-rs
// This source code is licensed under both the Apache 2.0 and MIT License
// (found in the LICENSE-* files in the repository)
usecrate::Keyspace;pubstructTask{pub(crate)keyspace: Keyspace,
}implstd::fmt::Debug forTask{fnfmt(&self, f:&mutstd::fmt::Formatter<'_>)->std::fmt::Result{write!(f,"FlushTask({})",self.keyspace.name)}}