pub fn fallible_func_device<F, B, T, E>(
forward: F,
backward: B,
) -> impl Device<Error = E>Expand description
A device which uses callbacks which may fail.
See func_device() for a version which uses infallible callbacks.
pub fn fallible_func_device<F, B, T, E>(
forward: F,
backward: B,
) -> impl Device<Error = E>A device which uses callbacks which may fail.
See func_device() for a version which uses infallible callbacks.