MCPcopy Create free account
hub / github.com/archlinux/alpm / inner

Method inner

alpm-types/src/system.rs:163–165  ·  view source on GitHub ↗

Return a reference to the inner type

(&self)

Source from the content-addressed store, hash-verified

161 fn delimiter_error_context<'a, O, P>(
162 parser: P,
163 ) -> impl Parser<&'a str, O, ErrMode<ContextError>>
164 where
165 P: Parser<&'a str, O, ErrMode<ContextError>>,
166 {
167 parser
168 .context(StrContext::Label("character in system architecture"))

Callers 1

as_refMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected