Searched defs:ToPathError (Results 1 – 2 of 2) sorted by relevance
644 pub enum ToPathError { enum655 impl fmt::Display for ToPathError { implementation684 ) -> Result<(), ToPathError> { in to_path() argument
108 pub fn to_path(&self, pen: &mut impl Pen) -> Result<(), ToPathError> { in to_path() argument