[][src]Trait rusty_v8::support::Delete

pub trait Delete where
    Self: Sized + 'static, 
{ fn delete(&'static mut self); }

Required methods

fn delete(&'static mut self)

Loading content...

Implementors

impl Delete for Allocator[src]

impl Delete for CreateParams[src]

impl Delete for Platform[src]

impl Delete for Task[src]

impl Delete for StringBuffer[src]

Loading content...