bloop_server_framework/
builder.rs

1#[derive(Default)]
2pub struct NoValue;
3pub struct Value<T>(pub T);