blob: 3793f7aa50a508ee4a5e350980d207ae375a2076 [file] [log] [blame]
window.SIDEBAR_ITEMS = {"struct":[["EncoderStringWriter","A `Write` implementation that base64-encodes data using the provided config and accumulates the resulting base64 utf8 `&str` in a [StrConsumer] implementation (typically `String`), which is then exposed via `into_inner()`."],["EncoderWriter","A `Write` implementation that base64 encodes data before delegating to the wrapped writer."]],"trait":[["StrConsumer","An abstraction around consuming `str`s produced by base64 encoding."]]};