[][src]Trait license::LicenseExt

pub trait LicenseExt: License {
    fn permissions(&self) -> Permissions;
fn conditions(&self) -> Conditions;
fn limitations(&self) -> Limitations; }

Extension trait for supported licenses.

Required methods

fn permissions(&self) -> Permissions

The permissions of the license.

fn conditions(&self) -> Conditions

The conditions of the license.

fn limitations(&self) -> Limitations

The limitations of the license.

Loading content...

Implementors

Loading content...