Type Definition rune::Result[][src]

pub type Result<T, E = Error> = Result<T, E>;
Expand description

Exported result type for convenience using anyhow::Error as the default error type.