Struct basehangul::Encoder
[-] [+]
[src]
pub struct Encoder<Iter> {
// some fields omitted
}An iterator adapter that encodes the byte stream into the BaseHangul stream.
pub struct Encoder<Iter> {
// some fields omitted
}An iterator adapter that encodes the byte stream into the BaseHangul stream.
impl<Iter: Iterator<Item=u8>> Encoder<Iter>impl<Iter: Iterator<Item=u8>> Iterator for Encoder<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).