pub type FdbFutureCStringArray = FdbFuture<Vec<CString>>;
Expand description

Represents the asynchronous result of a function that returns an array of CString.