Trait consecuit::construction::types::HookReturn[][src]

pub trait HookReturn<Value>: Sealed<Value> {
    type StoresList: StoresList;
    fn get_val(self) -> Value;
}
Expand description

Use impl HookReturn<the value> as return type for hooks. See the docs at crate for more information on how to write hooks. This trait is sealed.

Associated Types

Required methods

Implementations on Foreign Types

Implementors