Trait minio::s3::sse::Sse

source · []
pub trait Sse: Debug {
    fn headers(&self) -> Multimap;
    fn copy_headers(&self) -> Multimap;
    fn tls_required(&self) -> bool;
    fn as_any(&self) -> &dyn Any;
}

Required Methods

Implementors