Vertex/Position ::unwrap (inverse of to_option)
Dependencies
- [2]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- edit in "libpijul/src/pristine/vertex.rs" at line 179
}}}impl<H> Position<Option<H>> {pub fn unwrap(self) -> Position<H> {Position {change: self.change.unwrap(),pos: self.pos, - edit in "libpijul/src/pristine/vertex.rs" at line 192
impl<H> Vertex<Option<H>> {pub fn unwrap(self) -> Vertex<H> {Vertex {change: self.change.unwrap(),start: self.start,end: self.end,}}}