Type Definition rustz::validation::ValidationNel [] [src]

type ValidationNel<E: Clone, A: Clone> = Validation<LinkedList<E>, A>;