Enum dangerous_option::DefaultExceptionHandler [] [src]

pub enum DefaultExceptionHandler {}

This is the default handler for None exceptions.

Trait Implementations

impl ExceptionHandler for DefaultExceptionHandler
[src]

Called when dereferencing of None is attempted.

Called on attempt to take out value from Some, if there is None.