Trait ruva::TGetHandler

source ·
pub trait TGetHandler<R, ApplicationResult>: Sized {
    // Required method
    fn get_handler() -> impl AsyncFunc<Self, R, ApplicationResult>;
}

Required Methods§

source

fn get_handler() -> impl AsyncFunc<Self, R, ApplicationResult>

Object Safety§

This trait is not object safe.

Implementors§