pub trait ElementDescriptorBounds: Debug { }
Expand description

Trait alias for the trait bounts on ElementDescriptor.

Implementors§

source§

impl<El> ElementDescriptorBounds for Elwhere El: Debug,