Type Definition libffi::low::Result
[−]
[src]
type Result<T> = Result<T, Error>;
The Result
type specialized for libffi Error
s.
type Result<T> = Result<T, Error>;
The Result
type specialized for libffi Error
s.