Trait AllocatorExtManual
gstreamer_editing_services::prelude
pub trait AllocatorExtManual: 'static { fn alloc( &self, size: usize, params: Option<&AllocationParams> ) -> Result<Memory, BoolError>; }
fn alloc( &self, size: usize, params: Option<&AllocationParams>) -> Result<Memory, BoolError>
impl<O> AllocatorExtManual for O where O: IsA<Allocator>,