[][src]Type Definition ivy_core::Result

type Result<T> = Result<T, Error>;

A type alias for Result<T, ivy_core::Error>.

This result type embeds the error type in this crate.