Searched defs:PathWrapperPen (Results 1 – 1 of 1) sorted by relevance
113 struct PathWrapperPen<'a> { struct117 // We need to wrap ffi::PathWrapper in PathWrapperPen and forward the path argument120 impl<'a> Pen for PathWrapperPen<'a> { implementation