Skip to main content

InteractiveParse

Trait InteractiveParse 

Source
pub trait InteractiveParse
where Self: Sized,
{ // Required method fn interactive_parse() -> ClapIntResult<Self>; }

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T> InteractiveParse for T
where T: Parser,