Searched defs:to_static (Results 1 – 2 of 2) sorted by relevance
23 fn to_static(self) -> Self::Static where Self: Sized; in to_static() method31 fn to_static(self) -> Self::Static { (self.0.to_static(), self.1.to_static()) } in to_static() function37 fn to_static(self) -> () { () } in to_static() method
273 pub fn to_static(&self) -> Option<&'static Self> { in to_static() method