std
::
io
::
file
load_buffer
fn
char
[
]
?
load_buffer
(
String
filename
,
char
[
]
buffer
)
Load up to buffer.len characters. Returns io::OVERFLOW if the file is longer
than the buffer.
Parameters