wasmer/rustdoc/scroll/ctx/sidebar-items.js
2019-09-06 15:57:44 -07:00

1 line
813 B
JavaScript

initSidebarItems({"constant":[["NULL","A C-style, null terminator based delimiter"],["RET","A newline-based delimiter"],["SPACE","A space-based delimiter"],["TAB","A tab-based delimiter"]],"enum":[["StrCtx","The parsing context for converting a byte sequence to a `&str`"]],"trait":[["FromCtx","Reads `Self` from `This` using the context `Ctx`; must not fail"],["IntoCtx","Writes `Self` into `This` using the context `Ctx`"],["MeasureWith","A trait for measuring how large something is; for a byte sequence, it will be its length."],["SizeWith","Gets the size of `Self` with a `Ctx`, and in `Self::Units`. Implementors can then call `Gread` related functions"],["TryFromCtx","Tries to read `Self` from `This` using the context `Ctx`"],["TryIntoCtx","Tries to write `Self` into `This` using the context `Ctx`"]]});