pub trait DefaultByte: Send + Sync {
    fn default_byte(&self) -> Vec<u8, Global>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
; }
Expand description

A technical trait to store lazy initiated vec value as static dyn pointer.

Required methods

Implementors