Struct tendril::fmt::Bytes
[−]
[src]
pub struct Bytes;
Marker type for uninterpreted bytes.
Validation will never fail for this format.
pub struct Bytes;
Marker type for uninterpreted bytes.
Validation will never fail for this format.
impl Format for Bytes
fn validate(_: &[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 SliceFormat for Bytes
impl Debug for Bytes
impl Default for Bytes
impl Clone for Bytes
fn clone(&self) -> Bytes
fn clone_from(&mut self, source: &Self)
impl Copy for Bytes
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
)