Crate nserror [−] [src]
Constants
Traits
NsresultExt |
An extension trait which is intended to add methods to |
Type Definitions
nsresult |
The type of errors in gecko. This type is currently a type alias, rather
than a newtype, in order to conform to the C ABI. In future versions of rust
which support RFC #1758 or similar we may be able to use
|