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