Type Definition fencryption_lib::walk_dir::Result

source ·
pub type Result<T, E = ErrorKind> = Result<T, E>;