Type Alias fedimint_core::module::HandlerFnReturn

source ·
type HandlerFnReturn<'a> = Pin<Box<dyn Future<Output = Result<Value, ApiError>> + Send + 'a>>;

Aliased Type§

struct HandlerFnReturn<'a> {}