Trait clarity_repl::clarity::representations::SymbolicExpressionCommon[][src]

pub trait SymbolicExpressionCommon {
    type S: SymbolicExpressionCommon;
    fn set_id(&mut self, id: u64);
fn match_list_mut(&mut self) -> Option<&mut [Self::S]>; }

Associated Types

Loading content...

Required methods

fn set_id(&mut self, id: u64)[src]

fn match_list_mut(&mut self) -> Option<&mut [Self::S]>[src]

Loading content...

Implementors

Loading content...