Skip to main content

LicenseFeature

Trait LicenseFeature 

Source
pub trait LicenseFeature: AsRef<str> { }

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<T: LicenseFeature + ?Sized> LicenseFeature for &T

Implementors§