Searched defs:PushRes (Results 1 – 1 of 1) sorted by relevance
10 type PushRes; typedef11 fn push(self, other: T) -> Self::PushRes; in push()