cloud-sdk 0.60.0

no_std-first provider-neutral cloud SDK foundations.
Documentation
1
2
3
4
5
6
7
use super::CheckedResponseGuard;

impl CheckedResponseGuard<'_> {
    pub(crate) const fn response_headers(&self) -> &crate::transport::ResponseHeaders<'_> {
        self.writer.headers()
    }
}