Type Definition queue::StringQueue

source · []
pub(crate) type StringQueue = Rec<InternalChoice<Either<End, SendValue<String, Z>>>>;