Type Definition libffi::low::Result [] [src]

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

The Result type specialized for libffi Errors.