Struct tendril::fmt::Bytes [] [src]

pub struct Bytes;

Marker type for uninterpreted bytes.

Validation will never fail for this format.

Trait Implementations

impl Copy for Bytes
[src]

impl Clone for Bytes
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Bytes
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Bytes
[src]

[src]

Formats the value using the given formatter. Read more

impl Format for Bytes
[src]

[src]

Check whether the buffer is valid for this format.

[src]

Check whether the buffer is valid for this format. Read more

[src]

Check whether the buffer is valid for this format. Read more

[src]

Check whether the buffer is valid for this format. Read more

[src]

Compute any fixup needed when concatenating buffers. Read more

impl SliceFormat for Bytes
[src]

impl<Sink, A> TendrilSink<Bytes, A> for Utf8LossyDecoder<Sink, A> where
    Sink: TendrilSink<UTF8, A>,
    A: Atomicity
[src]

[src]

Process this tendril.

[src]

Indicates that an error has occurred.

What the overall result of processing is.

[src]

Indicates the end of the stream.

[src]

Process one tendril and finish.

[src]

Consume an iterator of tendrils, processing each item, then finish.

[src]

Read from the given stream of bytes until exhaustion and process incrementally, then finish. Return Err at the first I/O error. Read more

[src]

Read from the file at the given path and process incrementally, then finish. Return Err at the first I/O error. Read more

impl SliceExt<Bytes> for [u8]
[src]

Important traits for Tendril<Bytes, A>
[src]

Make a Tendril from this slice.