pub trait FunctionLevelDescriptor: Descriptor { }
Expand description

A marker trait for feature descriptors that are valid at the function level.

Object Safety§

This trait is not object safe.

Implementors§