Skip to main content

Module Function_trait

Module Function_trait 

Source
Expand description

This module is generated by the #[sabi_trait] attribute on Function

Structs§

Function_Interface
A marker type describing the traits that are required when constructing Function_TO,and are then implemented by it, by implementing the InterfaceType trait.
Function_TO
The trait object for Function.

Traits§

Function
A loaded function instance. Constructed once per library via FunctionMod::new_functions and reused across requests, so it must be Send + Sync.

Type Aliases§

Function_Backend
An alias for the underlying implementation of Function_TO.
Function_CTO
A type alias for the const-constructible Function_TO.