MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/splashsurf / append

Method append

splashsurf_lib/src/io/bgeo_format.rs:823–825  ·  view source on GitHub ↗
(input: I, kind: ErrorKind, other: Self)

Source from the content-addressed store, hash-verified

821 }
822
823 fn append(input: I, kind: ErrorKind, other: Self) -> Self {
824 other.with_append(input, BgeoParserErrorKind::NomError(kind))
825 }
826 }
827
828 impl<I> ContextError<I> for BgeoParserError<I> {

Callers

nothing calls this directly

Calls 1

with_appendMethod · 0.80

Tested by

no test coverage detected