binread::error

Function read_options_then_after_parse

source
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,