Skip to main content

PrompterResult

Type Alias PrompterResult 

Source
pub type PrompterResult = Result<String, ExecutorError>;

Aliased Type§

pub enum PrompterResult {
    Ok(String),
    Err(ExecutorError),
}

Variants§

§1.0.0

Ok(String)

Contains the success value

§1.0.0

Err(ExecutorError)

Contains the error value