Type Definition rb::Result [] [src]

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

Result type used inside the module.