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

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

Helper type for futures that can result in NfsError