Struct tendril::fmt::WTF8
[−]
[src]
pub struct WTF8;
Marker type for WTF-8 text.
See the WTF-8 spec.
pub struct WTF8;
Marker type for WTF-8 text.
See the WTF-8 spec.
impl Format for WTF8
fn validate(buf: &[u8]) -> bool
fn validate_prefix(buf: &[u8]) -> bool
fn validate_suffix(buf: &[u8]) -> bool
fn validate_subseq(buf: &[u8]) -> bool
unsafe fn fixup(lhs: &[u8], rhs: &[u8]) -> Fixup
impl Debug for WTF8
impl Default for WTF8
impl Clone for WTF8
fn clone(&self) -> WTF8
fn clone_from(&mut self, source: &Self)
impl Copy for WTF8
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
, type
, macro
,
and const
.
Search functions by type signature (e.g.
vec -> usize
)