Type Definition prophet::Result [] [src]

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

Result type for procedures of this crate.