Type Definition fdb::future::FdbFutureUnit

source · []
pub type FdbFutureUnit = FdbFuture<()>;
Expand description

Represents the asynchronous result of a function that has no return value.