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

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

Helper type for futures that can result in NfsError.