Trait NearSdkLog

Source
pub trait NearSdkLog {
    // Required method
    fn to_near_sdk_log(&self) -> String;
}

Required Methods§

Implementors§