pub struct Blob {}
Implementations§
Source§impl Blob
impl Blob
pub fn open_reader( xtype: &str, config_json: &str, ) -> Result<IndyHandle, ErrorCode>
pub fn open_reader_timeout( xtype: &str, config_json: &str, timeout: Duration, ) -> Result<IndyHandle, ErrorCode>
pub fn open_reader_async<F>( xtype: &str, config_json: &str, closure: F, ) -> ErrorCode
pub fn open_writer( xtype: &str, config_json: &str, ) -> Result<IndyHandle, ErrorCode>
pub fn open_writer_timeout( xtype: &str, config_json: &str, timeout: Duration, ) -> Result<IndyHandle, ErrorCode>
pub fn open_writer_async<F>( xtype: &str, config_json: &str, closure: F, ) -> ErrorCode
Auto Trait Implementations§
impl Freeze for Blob
impl RefUnwindSafe for Blob
impl Send for Blob
impl Sync for Blob
impl Unpin for Blob
impl UnwindSafe for Blob
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more