Trait Parse

Source
pub trait Parse: Sealed { }

Implementations on Foreign Types§

Source§

impl<'a> Parse for &'a str

Source§

impl<'a> Parse for &'a String

Implementors§