[][src]Struct nomos_runtime::Child

pub struct Child { /* fields omitted */ }

Methods

impl Child[src]

pub fn new(code_key: Vec<u8>, store_key: Vec<u8>) -> Child[src]

pub fn get<K: AsRef<[u8]>>(&self, key: K) -> Option<Vec<u8>>[src]

pub fn set<K: AsRef<[u8]>, V: AsRef<[u8]>>(&self, key: K, value: V)[src]

pub fn call(&self, func_name: &str)[src]

Auto Trait Implementations

impl Send for Child

impl Sync for Child

impl Unpin for Child

impl UnwindSafe for Child

impl RefUnwindSafe for Child

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]