Type Alias ExternString

Source
pub type ExternString = ExternStringWithState<'static, StateUninit>;

Aliased Type§

struct ExternString { /* private fields */ }

Trait Implementations

Source§

impl<'h, S> Deref for ExternStringWithState<'h, S>
where S: State,

Source§

type Target = ExternAny

The resulting type after dereferencing.
Source§

fn deref(&self) -> &ExternAny

Dereferences the value.