Trait no_proto::memory::NP_Mem_New[][src]

pub trait NP_Mem_New {
    fn new_empty(&self, capacity: Option<usize>) -> Result<Self, NP_Error>
    where
        Self: Sized
; }

Creat a new empty version of this buffer value

Required methods

fn new_empty(&self, capacity: Option<usize>) -> Result<Self, NP_Error> where
    Self: Sized
[src]

create empty

Loading content...

Implementors

Loading content...