Function parse_with_rest_client
pub async fn parse_with_rest_client<C>(
rest_client: &C,
input: &str,
external_input_parsers: Option<&[ExternalInputParser]>,
) -> Result<InputType, Error>where
C: RestClient + ?Sized,
pub async fn parse_with_rest_client<C>(
rest_client: &C,
input: &str,
external_input_parsers: Option<&[ExternalInputParser]>,
) -> Result<InputType, Error>where
C: RestClient + ?Sized,