☰
StringQueue
In queue
?
Type Definition
queue
::
StringQueue
source
·
[
−
]
pub(crate) type StringQueue =
Rec
<
InternalChoice
<
Either
<
End
,
SendValue
<
String
,
Z
>>>>;