Searched refs:sized_from_prefix (Results 1 – 2 of 2) sorted by relevance
228 pub(crate) fn sized_from_prefix(bytes: B) -> Result<(Ref<B, T>, B), CastError<B, T>> { in sized_from_prefix() function
5268 match Ref::<_, Unalign<Self>>::sized_from_prefix(source) { in read_from_prefix()