[][src]Function constellation_internal::file_from_reader

pub fn file_from_reader<R: Read>(
    reader: &mut R,
    len: u64,
    name: &OsString,
    cloexec: bool
) -> Result<File, Error>