Trait GetLicenseType

Source
pub trait GetLicenseType {
    type Error;

    // Required method
    fn get_license_type(&self) -> Result<Option<String>, Self::Error>;
}

Required Associated Types§

Required Methods§

Implementors§