[−][src]Trait atm::storage::IntoInner
Trait to implement functionality for storage backends to expose the underlying (inner) storage object.
Associated Types
type Inner
Type of inner object
Required methods
fn into_inner(self) -> Result<Self::Inner, Self::Error>
Finish writing storage backends and return the inner object
Implementors
impl IntoInner for BatchTarFile
[src]
impl<G: PathGenerator> IntoInner for TarFile<G>
[src]
impl<G: PathGenerator> IntoInner for TarGzFile<G>
[src]
impl<W, G> IntoInner for TarArchive<W, G> where
W: Write,
G: PathGenerator,
[src]
W: Write,
G: PathGenerator,