Type Definition glob::GlobResult [] [src]

type GlobResult = Result<PathBuf, GlobError>;

An alias for a glob iteration result.

This represents either a matched path or a glob iteration error, such as failing to read a particular directory's contents.