Expand description
FFI types for tipc-std.
Structs§
- CString
- A type representing an owned, C-compatible, nul-terminated string with no nul bytes in the middle.
- FallibleC
String - A CString-like type that uses fallible allocation.
Enums§
- TryNew
Error - Error returned when creating a
CStringfails.