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