Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

oracle

Fully qualified path: oracle

Modules

errors

Re-exports:

ErrorAn error type that can be raised when invoking oracles.

ResultResult<T, oracle::Error>

Modules

Modules

errors

errors

Fully qualified path: oracle::errors

Structs

ErrorAn error type that can be raised when invoking oracles.

Type aliases

ResultResult<T, oracle::Error>

Structs

Structs

ErrorAn error type that can be raised when invoking oracles.

Error

An error type that can be raised when invoking oracles.

Fully qualified path: oracle::errors::Error

[derive(Drop, Clone, PartialEq, Serde)]
pub struct Error { /* private fields */ }

Type aliases

Type aliases

ResultResult<T, oracle::Error>

Result

Result<T, oracle::Error>

Fully qualified path: oracle::errors::Result

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