Struct basehangul::Unpacker
[-] [+]
[src]
pub struct Unpacker<Iter> {
// some fields omitted
}An iterator adapter that unpacks the byte stream from a stream of unsigned integers < 2,350.
pub struct Unpacker<Iter> {
// some fields omitted
}An iterator adapter that unpacks the byte stream from a stream of unsigned integers < 2,350.
impl<Iter: Iterator<Item=u16>> Unpacker<Iter>impl<Iter: Iterator<Item=u16>> Iterator for Unpacker<Iter>
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).