Function nbt::serialize::raw::read_bare_list
[−]
[src]
pub fn read_bare_list<R, T>(src: &mut R) -> Result<Vec<T>> where R: Read, T: NbtFmt<Into=T>pub fn read_bare_list<R, T>(src: &mut R) -> Result<Vec<T>> where R: Read, T: NbtFmt<Into=T>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)