docs(ffi): generate FFI documentation (#2447)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
use libc::size_t;
|
||||
|
||||
/// A more detailed error object returned by some hyper functions.
|
||||
pub struct hyper_error(crate::Error);
|
||||
|
||||
/// A return code for many of hyper's methods.
|
||||
#[repr(C)]
|
||||
pub enum hyper_code {
|
||||
/// All is well.
|
||||
|
||||
Reference in New Issue
Block a user