MCPcopy Create free account
hub / github.com/ZettaScaleLabs/stabby / StringVisitor

Class StringVisitor

stabby-abi/src/alloc/string.rs:392–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390 }
391 }
392 struct StringVisitor<A: IAlloc>(core::marker::PhantomData<crate::alloc::string::String<A>>);
393 impl<'a, Alloc: IAlloc + Default> Visitor<'a> for StringVisitor<Alloc> {
394 type Value = String<Alloc>;
395 fn visit_str<E: Error>(self, v: &str) -> Result<Self::Value, E> {

Callers 1

deserializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected