Struct tagged::Tagged [] [src]

pub struct Tagged<S, B>(_, _);

Methods

impl<S, B> Tagged<S, B>
[src]

Trait Implementations

impl<S, B> AsRef<B> for Tagged<S, B>
[src]

Performs the conversion.

impl<S, B> AsMut<B> for Tagged<S, B>
[src]

Performs the conversion.