[][src]Type Definition fart::Result

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

Either an Ok(T) or an Err(failure::Error).