Trait unimock::output::Respond

source ·
pub trait Respond {
    type Type: 'static;
}
Expand description

Trait for responding to function calls.

Required Associated Types§

The type of the response, as stored temporarily inside Unimock.

Implementors§