Type Definition tfrecord::error::Result

source · []
pub type Result<T, E = Error> = Result<T, E>;
Expand description

The result with error type defaults to Error.