pub trait CallbackReturn { }
Expand description

A trait that abstracts over return types so that you can return an ResultEmpty or nothing.

Implementations on Foreign Types§

source§

impl CallbackReturn for Result<(), Error>

source§

impl CallbackReturn for ()

Implementors§