[−][src]Trait holochain_core::nucleus::ribosome::Defn
Required Methods
fn as_str(&self) -> &'static str
return the canonical name of this function definition
fn str_to_index(s: &str) -> usize
convert the canonical name of this function to an index
fn from_index(i: usize) -> Self
convert an index to the function definition
fn capability(&self) -> ReservedCapabilityNames
Implementors
impl Defn for ZomeApiFunction
[src]
impl Defn for ZomeApiFunction
fn as_str(&self) -> &'static str
[src]
fn as_str(&self) -> &'static str
fn str_to_index(s: &str) -> usize
[src]
fn str_to_index(s: &str) -> usize
fn from_index(i: usize) -> Self
[src]
fn from_index(i: usize) -> Self
fn capability(&self) -> ReservedCapabilityNames
[src]
fn capability(&self) -> ReservedCapabilityNames
impl Defn for Callback
[src]
impl Defn for Callback
fn as_str(&self) -> &'static str
[src]
fn as_str(&self) -> &'static str
fn str_to_index(s: &str) -> usize
[src]
fn str_to_index(s: &str) -> usize
fn from_index(i: usize) -> Self
[src]
fn from_index(i: usize) -> Self
fn capability(&self) -> ReservedCapabilityNames
[src]
fn capability(&self) -> ReservedCapabilityNames