Trait iota_types::base_types::ConciseableName
source · pub trait ConciseableName<'a> {
type ConciseTypeRef: Debug;
type ConciseType: Debug;
// Required methods
fn concise(&'a self) -> Self::ConciseTypeRef;
fn concise_owned(&self) -> Self::ConciseType;
}