Skip to main content

IMPLEMENTS

Constant IMPLEMENTS 

Source
pub const IMPLEMENTS: &str = "implements";
Expand description

A type implements a trait (impl Trait for Type) — from syntax.