pub struct CargoLib { /* private fields */ }
Expand description
Structure aggregating and exposing public API of CargoLib library. All functionalities are exposed to application side through this structure.
It can be created with create_cargo_lib
function.
Implementations
sourceimpl CargoLib
impl CargoLib
pub fn new(
lss: &'static dyn LocalSecureStorage,
fsa_config: FoundationStorageApiConfig
) -> Self
sourcepub fn foundation_storage_api(&self) -> FoundationStorageApi
pub fn foundation_storage_api(&self) -> FoundationStorageApi
Returns structure aggregating API for Foundation Storage management
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for CargoLib
impl !Send for CargoLib
impl !Sync for CargoLib
impl Unpin for CargoLib
impl !UnwindSafe for CargoLib
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more