Trait mime::AllowedMimeTypes
source · pub trait AllowedMimeTypes:
TryFrom<(Vec<u8>, String)>
+ Send
+ Sync
+ 'static {
// Required method
fn allowed() -> Cow<'static, [String]>;
}
Expand description
Describes the mime types which are accepted.
Required Methods§
Object Safety§
This trait is not object safe.