[][src]Type Definition safe_app::nfs::NfsFuture

type NfsFuture<T> = dyn Future<Error = NfsError, Item = T> + 'static;

Helper type for futures that can result in NfsError.