[][src]Function kas::event::err_unhandled

pub fn err_unhandled<M: Debug, R: From<NoResponse>>(m: M) -> R

Mark explicitly ignored events.

This is an error, meaning somehow an event has been sent to a widget which does not support events of that type. It is safe to ignore this error, but this function panics in debug builds.