[][src]Struct swim_codec::output::StrOutput

pub struct StrOutput<'a> { /* fields omitted */ }

Methods

impl<'a> StrOutput<'a>[src]

pub fn new(slice: &'a mut [u8]) -> Self[src]

Trait Implementations

impl<'a> Output for StrOutput<'a>[src]

type Token = char

type Out = &'a str

type Err = ()

Auto Trait Implementations

impl<'a> Send for StrOutput<'a>

impl<'a> Sync for StrOutput<'a>

Blanket Implementations

impl<O> IntoOutput for O where
    O: Output
[src]

type Token = <O as Output>::Token

type IntoOut = O

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]