Type Alias jcm::FunctionMode
source · pub type FunctionMode = FuncId;Expand description
Convenience alias for FuncId for consistency with the specification.
Aliased Type§
enum FunctionMode {
Common = 0,
Acceptor = 1,
Recycler = 2,
Escrow = 3,
Reserved = 255,
}