Trait license::LicenseException [−][src]
Base functionality for all license exceptions.
Required methods
fn name(&self) -> &'static str[src]
The name of the exception.
fn id(&self) -> &'static str[src]
The identifier of the exceptions.
fn text(&self) -> &'static str[src]
The exception text.
fn is_deprecated(&self) -> bool[src]
Says if the exception is deprecated.
fn comments(&self) -> Option<&'static str>[src]
The exception comments.
fn see_also(&self) -> &'static [&'static str][src]
Relevant sources.