[][src]Type Definition async_graphql::InputValueResult

type InputValueResult<T> = Result<T, InputValueError>;

InputValueResult type