Type Definition rift::Result [] [src]

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

Result type returned by all rift functions.

As is convention this is a typedef of std::result::Result with E defined as the rift::Error type.