Skip to main content

has_derive

Function has_derive 

Source
pub fn has_derive(attrs: &[Attribute], name: &str) -> bool
Expand description

Does #[derive(...)] on this item mention name (by last path segment, so fse_orm::Table matches too)?