[][src]Function solana_runtime::serde_snapshot::bankrc_to_stream

pub fn bankrc_to_stream<W>(
    serde_style: SerdeStyle,
    stream: &mut BufWriter<W>,
    bank_rc: &BankRc,
    snapshot_storages: &[SnapshotStorage]
) -> Result<(), IoError> where
    W: Write