[][src]Function solana_runtime::serde_snapshot::bankrc_from_stream

pub fn bankrc_from_stream<R, P>(
    serde_style: SerdeStyle,
    account_paths: &[PathBuf],
    slot: Slot,
    stream: &mut BufReader<R>,
    stream_append_vecs_path: P
) -> Result<BankRc, IoError> where
    R: Read,
    P: AsRef<Path>,