Skip to content
Snippets Groups Projects
Commit 575792b5 authored by trinity-1686a's avatar trinity-1686a
Browse files

replace TODOs with documentation

parent 8a2b8eb9
No related branches found
No related tags found
1 merge request!377new api for isolation
......@@ -121,8 +121,7 @@ enum StreamIsolationPreference {
/// No additional isolation
#[educe(Default)]
None,
/// Id of the isolation group the connection should be part of
/// TODO
/// Isolation parameter to use for connections
Explicit(Box<dyn Isolation>),
/// Isolate every connection!
EveryStream,
......
......@@ -72,7 +72,7 @@ mod usage;
pub use err::Error;
pub use usage::{IsolationToken, StreamIsolation, StreamIsolationBuilder, TargetPort, TargetPorts};
/// TODO
/// Types related to stream isolation
pub mod isolation {
pub use crate::usage::{Isolation, IsolationHelper, IsolationToken};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment