Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddimaria/rust-blockchain-tutorial
/ Logger
Class
Logger
chain/src/logger.rs:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
#[derive(Clone)]
7
pub(crate) struct Logger;
8
9
impl logger::Logger for Logger {
10
type Instant = Instant;
Callers
nothing calls this directly
Implementers
1
logger.rs
chain/src/logger.rs
Calls
no outgoing calls
Tested by
no test coverage detected