ABSTRACT

Constant ABSTRACT 

Source
pub const ABSTRACT: &'static [u8] = b"abstract";
Expand description

The ABSTRACT token.

Represent an abstract entity, e.g. abstract class C { … }.