MCPcopy Create free account
hub / github.com/SoftbearStudios/bitcode / option.rs

File option.rs

src/derive/option.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::coder::{Buffer, Decoder, Encoder, Result, View, MAX_VECTORED_CHUNK};
2use crate::derive::variant::{VariantDecoder, VariantEncoder};
3use crate::derive::{Decode, Encode};
4use crate::fast::{FastArrayVec, PushUnchecked};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected