-
Notifications
You must be signed in to change notification settings - Fork 269
Open
Labels
breakingProposed change that would break the public APIProposed change that would break the public API
Description
There is no reason why this:
rodio/src/source/empty_callback.rs
Line 10 in 70c236c
pub phantom_data: PhantomData<S>, |
is public. Same for the callback. The struct should only be made by the factory function EmptyCallback::new
.
Metadata
Metadata
Assignees
Labels
breakingProposed change that would break the public APIProposed change that would break the public API