pub type EagerRecordResult<T> = Result<T, EagerRecordError>;Expand description
Result type used by eager graph recording APIs.
Aliased Type§
pub enum EagerRecordResult<T> {
Ok(T),
Err(EagerRecordError),
}pub type EagerRecordResult<T> = Result<T, EagerRecordError>;Result type used by eager graph recording APIs.
pub enum EagerRecordResult<T> {
Ok(T),
Err(EagerRecordError),
}