pub type DbThreadJoinHandle = JoinHandle<CloseDbResult>;
pub struct DbThreadJoinHandle(/* private fields */);