Function binread::error::read_options_then_after_parse[][src]

pub fn read_options_then_after_parse<Args, T, R>(
    reader: &mut R,
    ro: &ReadOptions,
    args: T::Args
) -> BinResult<T> where
    Args: Copy + 'static,
    T: BinRead<Args = Args>,
    R: Read + Seek