Struct tagged::Tagged
[−]
[src]
pub struct Tagged<S, B>(_, _);
pub struct Tagged<S, B>(_, _);
impl<S, B> Tagged<S, B>
impl<S, B> AsRef<B> for Tagged<S, B>
fn as_ref(&self) -> &B
impl<S, B> AsMut<B> for Tagged<S, B>
fn as_mut(&mut self) -> &mut B
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
, typedef
(or
tdef
).