[][src]Module haiku::support

The support kit provides a few fundamentals that are used in Haiku applications

Structs

HaikuError

This struct represents an Error for using this API

Enums

ErrorKind

The kind of error that occured

Traits

Flattenable

An interface for types that are flattenable

Type Definitions

Result

This is a shortened version for a standard Rust result that returns a Haiku error.