vector
0.45.0
Source
Aliased type
In vector::
sources
vector
::
sources
Type Alias
Source
Copy item path
source
pub type Source =
Pin
<
Box
<dyn
Future
<Output =
Result
<
()
,
()
>> +
Send
>>;
Aliased Type
ยง
struct Source {}