Searched defs:WriteableAsTryWriteableInfallible (Results 1 – 1 of 1) sorted by relevance
317 pub struct WriteableAsTryWriteableInfallible<T>(pub T); struct319 impl<T> TryWriteable for WriteableAsTryWriteableInfallible<T> implementation