[][src]Type Definition hashed_permutation::PermutationResult

type PermutationResult<T> = Result<T, PermutationError>;

A permutation result, which is simply an alias for any type that could return a permutation error.