Trait bins::Bin [] [src]

pub trait Bin: Uploads + Downloads + ManagesUrls + HasFeatures {
    fn name(&self) -> &str;
    fn html_host(&self) -> &str;
    fn raw_host(&self) -> &str;
}

Required Methods

Implementors