pub struct RequesttyBackend;Expand description
Requestty backend for interactive CLI prompts
Implementations§
Trait Implementations§
Source§impl Default for RequesttyBackend
impl Default for RequesttyBackend
Source§impl InterviewBackend for RequesttyBackend
impl InterviewBackend for RequesttyBackend
Source§fn execute(&self, interview: &Interview) -> Result<Answers, BackendError>
fn execute(&self, interview: &Interview) -> Result<Answers, BackendError>
Execute an interview and return the collected answers
Source§fn execute_section(&self, section: &Section) -> Result<Answers, BackendError>
fn execute_section(&self, section: &Section) -> Result<Answers, BackendError>
Execute a single section (optional, has default implementation)
Auto Trait Implementations§
impl Freeze for RequesttyBackend
impl RefUnwindSafe for RequesttyBackend
impl Send for RequesttyBackend
impl Sync for RequesttyBackend
impl Unpin for RequesttyBackend
impl UnwindSafe for RequesttyBackend
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more