Function base58_monero::base58::decode_stream[][src]

pub fn decode_stream<T>(data: T) -> impl Stream<Item = Result<u8>> where
    T: AsyncReadExt + Unpin

Decode base58-encoded stream in a byte stream